Searched refs:ISSPACE (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c175 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
179 # define ISSPACE(Ch) iswspace (Ch) macro
193 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
197 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro
300 while (ISSPACE (*s))
H A Dstrtod.c102 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
109 # define ISSPACE(Ch) iswspace (Ch) macro
121 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
128 # define ISSPACE(Ch) isspace (Ch) macro
551 while (ISSPACE (c));
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c86 # define ISSPACE(Ch) iswspace (Ch) macro
115 # define ISSPACE(Ch) isspace (Ch) macro
182 # define ISSPACE(Ch) isspace (Ch) macro
439 if (ISSPACE (fc))
456 while (ISSPACE (c))
612 while (ISSPACE (c));
839 if (ISSPACE (c))
1010 if (ISSPACE (c))
2417 while (ISSPACE (c));
/haiku/src/build/libgnuregex/
H A Dregex.c147 #define ISSPACE(c) (isascii (c) && isspace (c))
1499 || (is_space && ISSPACE (ch))
146 #define ISSPACE macro

Completed in 70 milliseconds