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

/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
952 while (!ISXDIGIT (*startp))
985 if (!ISXDIGIT (*startp))
/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
1435 if (!ISXDIGIT (c))
1754 else if (!got_e && is_hexa && ISXDIGIT (c))
/haiku/src/build/libgnuregex/
H A Dregex.c149 #define ISXDIGIT(c) (isascii (c) && isxdigit (c))
1501 || (is_xdigit && ISXDIGIT (ch)))
148 #define ISXDIGIT macro

Completed in 43 milliseconds