Searched defs: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
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
/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
/haiku/src/build/libgnuregex/
H A Dregex.c146 #define ISSPACE macro

Completed in 75 milliseconds