Searched defs:ISXDIGIT (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c88 # define ISXDIGIT(Ch) iswxdigit (Ch) macro
117 # define ISXDIGIT(Ch) isxdigit (Ch) macro
184 # define ISXDIGIT(Ch) isxdigit (Ch) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c104 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc) macro
111 # define ISXDIGIT(Ch) iswxdigit (Ch) macro
123 # define ISXDIGIT(Ch) __isxdigit_l ((Ch), loc) macro
130 # define ISXDIGIT(Ch) isxdigit (Ch) macro
/haiku/src/build/libgnuregex/
H A Dregex.c148 #define ISXDIGIT macro

Completed in 53 milliseconds