Searched refs:ISSPACE (Results 1 – 7 of 7) sorted by relevance
38 while (*q && *q != '/' && *q != ';' && !ISSPACE(*q))47 while (*q && *q != ';' && !ISSPACE(*q))
98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
183 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
47 + while (p < end && ISSPACE (*p))