Searched defs:ISDIGIT (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Dget_d64.c31 #define ISDIGIT(c) ('0' <= c && c <= '9') macro
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h97 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h126 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
/haiku-buildtools/gcc/gcc/ada/
H A Dadadecode.c48 #define ISDIGIT(c) isdigit(c) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/haiku-buildtools/gcc/libquadmath/strtod/
H A Dstrtod_l.c49 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) macro
61 # define ISDIGIT(Ch) isdigit (Ch) macro
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c239 #define ISDIGIT macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c232 # define ISDIGIT macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c232 # define ISDIGIT macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c230 # define ISDIGIT macro

Completed in 303 milliseconds