Searched defs:ISDIGIT (Results 1 - 25 of 28) sorted by path

12

/haiku-fatelf/src/bin/bash/include/
H A Dchartypes.h71 #define ISDIGIT(c) (IN_CTYPE_DOMAIN (c) && isdigit (c)) macro
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dchardefs.h92 #define ISDIGIT(c) (IN_CTYPE_DOMAIN (c) && isdigit (c)) macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dbackupfile.c79 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
H A Dgetdate.c148 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
[all...]
H A Dposixtm.c41 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
H A Dsig2str.c253 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
H A Dstrftime.c292 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) macro
H A Dstrnumcmp-in.h38 # define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
[all...]
H A Duserspec.c83 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
/haiku-fatelf/src/bin/coreutils/src/
H A Dsystem.h222 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c244 # define ISDIGIT macro
H A Dstrftime.c323 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) macro
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h280 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
/haiku-fatelf/src/bin/findutils/find/
H A Dparser.c69 #define ISDIGIT(c) (isascii ((unsigned char)c) && isdigit ((unsigned char)c)) macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrftime.c288 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) macro
/haiku-fatelf/src/bin/gawk/
H A Dawk.h106 #define ISDIGIT(c) (IN_CTYPE_DOMAIN (c) && isdigit ((unsigned char) c)) macro
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dstrftime.c321 #undef ISDIGIT macro
376 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) macro
/haiku-fatelf/src/bin/gdb/include/
H A Dsafe-ctype.h97 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c234 # define ISDIGIT macro
/haiku-fatelf/src/bin/gdb/readline/
H A Dchardefs.h87 #define ISDIGIT(c) (IN_CTYPE_DOMAIN (c) && isdigit (c)) macro
/haiku-fatelf/src/bin/patch/
H A Dbackupfile.c98 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
H A Dcommon.h122 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
H A Dpartime.c73 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-parse.c35 # define ISDIGIT(Ch) isdigit (Ch) macro
51 # define ISDIGIT(Ch) iswdigit (Ch) macro
H A Dprintf-prs.c31 # define ISDIGIT(Ch) isdigit (Ch) macro
54 # define ISDIGIT(Ch) iswdigit (Ch) macro

Completed in 284 milliseconds

12