Home
last modified time | relevance | path

Searched defs:ISDIGIT (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/sys/dev/raidframe/
H A Drf_utils.c105 #define ISDIGIT(x) ( (x) >= '0' && (x) <= '9' ) macro
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dbackupfile.c64 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
/netbsd-src/bin/sh/
H A Dsyntax.h62 #define ISDIGIT 01 /* a digit */ macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbackupfile.c64 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
/netbsd-src/usr.bin/patch/
H A Dbackupfile.c38 #define ISDIGIT(c) (isascii ((unsigned char)c) && isdigit ((unsigned char)c)) macro
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dget_d128.c48 #define ISDIGIT(c) ('0' <= c && c <= '9') macro
H A Dget_d64.c30 #define ISDIGIT(c) ('0' <= c && c <= '9') macro
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h92 #define ISDIGIT(c) (IN_CTYPE_DOMAIN (c) && isdigit ((unsigned char)c)) macro
/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c79 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h92 #define ISDIGIT(c) (IN_CTYPE_DOMAIN (c) && isdigit ((unsigned char)c)) macro
/netbsd-src/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c46 #define ISDIGIT(c) ((c) >= '0' && (c) <= '9') macro
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h16 #define ISDIGIT(c) ((c) >= '0' && (c) <= '9') macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h228 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsystem.h183 #define ISDIGIT(C) (IN_CTYPE_DOMAIN (C) && isdigit (C)) macro
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c49 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) macro
61 # define ISDIGIT(Ch) isdigit (Ch) macro
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c49 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) macro
61 # define ISDIGIT(Ch) isdigit (Ch) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h282 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.h97 #define ISDIGIT(x) (spechr[x] & C_DIGIT) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dmake.h304 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c110 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
/netbsd-src/libexec/makewhatis/
H A Dmakewhatis.c121 #define ISDIGIT(c) isdigit((unsigned char)(c)) macro

12