Searched refs:SSTRING_LENGTH (Results 1 – 3 of 3) sorted by relevance
32 #define SSTRING_LENGTH(STR) ((STR)->ptr - (STR)->base) macro
986 if (SSTRING_LENGTH (&buf) == 0 || strcmp (buf.base, "ifndef") != 0) in check_protection()992 if (SSTRING_LENGTH (&buf) == 0 || c == EOF) in check_protection()1015 if (SSTRING_LENGTH (&buf) == 0) in check_protection()
47 int count = SSTRING_LENGTH (src); in sstring_append()