| /netbsd/src/sys/dev/raidframe/ |
| D | rf_utils.c | 105 #define ISDIGIT(x) ( (x) >= '0' && (x) <= '9' ) macro
|
| /netbsd/src/bin/sh/ |
| D | syntax.h | 62 #define ISDIGIT 01 /* a digit */ macro
|
| /netbsd/src/usr.bin/patch/ |
| D | backupfile.c | 38 #define ISDIGIT(c) (isascii ((unsigned char)c) && isdigit ((unsigned char)c)) macro
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | get_d128.c | 48 #define ISDIGIT(c) ('0' <= c && c <= '9') macro
|
| D | get_d64.c | 30 #define ISDIGIT(c) ('0' <= c && c <= '9') macro
|
| /netbsd/src/sys/arch/x68k/stand/loadbsd/ |
| D | loadbsd.c | 46 #define ISDIGIT(c) ((c) >= '0' && (c) <= '9') macro
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | multibyte.h | 16 #define ISDIGIT(c) ((c) >= '0' && (c) <= '9') macro
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | safe-ctype.h | 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | safe-ctype.h | 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | safe-ctype.h | 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
|
| /netbsd/src/external/gpl2/xcvs/dist/diff/ |
| D | system.h | 228 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| D | cpp.h | 97 #define ISDIGIT(x) (spechr[x] & C_DIGIT) macro
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | fnmatch.c | 110 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
|
| D | getdate.y | 88 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
|
| D | strftime.c | 267 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) macro
|
| D | getdate.c | 162 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
|
| /netbsd/src/libexec/makewhatis/ |
| D | makewhatis.c | 121 #define ISDIGIT(c) isdigit((unsigned char)(c)) macro
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | snprintf.c | 521 #define ISDIGIT(ch) ('0' <= (unsigned char)ch && (unsigned char)ch <= '9') macro
|
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_compat.h | 705 #define ISDIGIT(x) isdigit((u_char)(x)) macro
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 235 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 235 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 235 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | sys_defs.h | 1778 #define ISDIGIT(c) (ISASCII(c) && isdigit((unsigned char)(c))) macro
|