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

/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h104 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h115 #define ISXDIGIT(c) (IN_CTYPE_DOMAIN (c) && isxdigit (c)) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
/haiku-buildtools/gcc/libquadmath/strtod/
H A Dstrtod_l.c50 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc) macro
62 # define ISXDIGIT(Ch) isxdigit (Ch) macro
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c247 #define ISXDIGIT macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c240 # define ISXDIGIT macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c240 # define ISXDIGIT macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c238 # define ISXDIGIT macro

Completed in 216 milliseconds