| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | strverscmp.c | 130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp() 137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp() 140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp() 148 while (ISDIGIT (*p1++)) in strverscmp() 149 if (!ISDIGIT (*p2++)) in strverscmp() 152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
|
| D | cplus-dem.c | 235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle() 236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle() 369 if (ISDIGIT (*p)) in ada_demangle() 374 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1]))); in ada_demangle() 422 while (ISDIGIT (*p)) in ada_demangle() 433 if (p[0] == '.' && ISDIGIT (p[1])) in ada_demangle() 437 while (ISDIGIT (*p)) in ada_demangle()
|
| D | strtod.c | 106 if (ISDIGIT (*p) || *p == '.') in strtod() 109 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod() 123 if (ISDIGIT (p[i])) in strtod() 125 while (ISDIGIT (p[i])) in strtod()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | strverscmp.c | 130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp() 137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp() 140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp() 148 while (ISDIGIT (*p1++)) in strverscmp() 149 if (!ISDIGIT (*p2++)) in strverscmp() 152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
|
| D | cplus-dem.c | 235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle() 236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle() 369 if (ISDIGIT (*p)) in ada_demangle() 374 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1]))); in ada_demangle() 422 while (ISDIGIT (*p)) in ada_demangle() 433 if (p[0] == '.' && ISDIGIT (p[1])) in ada_demangle() 437 while (ISDIGIT (*p)) in ada_demangle()
|
| D | strtod.c | 106 if (ISDIGIT (*p) || *p == '.') in strtod() 109 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod() 123 if (ISDIGIT (p[i])) in strtod() 125 while (ISDIGIT (p[i])) in strtod()
|
| D | d-demangle.c | 219 if (mangled == NULL || !ISDIGIT (*mangled)) in dlang_number() 224 while (ISDIGIT (*mangled)) in dlang_number() 255 if (!ISDIGIT (c)) in dlang_hexdigit() 261 if (!ISDIGIT (c)) in dlang_hexdigit() 442 if (ISDIGIT (*mangled)) in dlang_symbol_name_p() 456 return ISDIGIT (qref[-ret]); in dlang_symbol_name_p() 813 while (ISDIGIT (*mangled)) in dlang_type() 1053 while (numptr < (mangled + len) && ISDIGIT (*numptr)) in dlang_identifier() 1242 if (! ISDIGIT (*mangled)) in dlang_parse_integer() 1245 while (ISDIGIT (*mangled)) in dlang_parse_integer() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | strverscmp.c | 130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp() 137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp() 140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp() 148 while (ISDIGIT (*p1++)) in strverscmp() 149 if (!ISDIGIT (*p2++)) in strverscmp() 152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
|
| D | cplus-dem.c | 235 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle() 236 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle() 369 if (ISDIGIT (*p)) in ada_demangle() 374 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1]))); in ada_demangle() 422 while (ISDIGIT (*p)) in ada_demangle() 433 if (p[0] == '.' && ISDIGIT (p[1])) in ada_demangle() 437 while (ISDIGIT (*p)) in ada_demangle()
|
| D | strtod.c | 106 if (ISDIGIT (*p) || *p == '.') in strtod() 109 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod() 123 if (ISDIGIT (p[i])) in strtod() 125 while (ISDIGIT (p[i])) in strtod()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin-driver.cc | 59 if (!ISDIGIT (version_str[0]) || !ISDIGIT (version_str[version_len - 1])) in validate_macosx_version_min() 74 if (major > 10 && *end != '\0' && !ISDIGIT (version_str[0])) in validate_macosx_version_min() 81 else if (major == 10 && (*end == '\0' || !ISDIGIT (version_str[0]))) in validate_macosx_version_min() 97 if (*end != '\0' && !ISDIGIT (version_str[0])) in validate_macosx_version_min() 153 if (! ISDIGIT (osversion[0])) in darwin_find_version_from_kernel() 157 if (ISDIGIT (*version_p)) in darwin_find_version_from_kernel()
|
| /netbsd/src/bin/sh/ |
| D | syntax.h | 62 #define ISDIGIT 01 /* a digit */ macro 86 #define is_in_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER|ISDIGIT)) 87 #define is_special(c) (sh_ctype(c) & (ISSPECL|ISDIGIT))
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_utils.c | 105 #define ISDIGIT(x) ( (x) >= '0' && (x) <= '9' ) macro 107 #define ISHEX(x) ( ISDIGIT(x) || ISHEXCHAR(x) ) 120 for (; ISDIGIT(*p); p++) in rf_atoi()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | atof-generic.c | 179 if (ISDIGIT (c)) in atof_generic() 218 for (p++; (c = *p) && ISDIGIT (c); p++) in atof_generic() 248 if (ISDIGIT (c)) in atof_generic() 302 if (ISDIGIT (c)) in atof_generic() 422 if (ISDIGIT (c)) in atof_generic()
|
| /netbsd/src/sys/arch/x68k/stand/loadbsd/ |
| D | loadbsd.c | 46 #define ISDIGIT(c) ((c) >= '0' && (c) <= '9') macro 49 do { var *= 10; var += *str++ - '0'; } while (ISDIGIT(*str)) 99 if (!ISDIGIT(*p)) in lookupif() 220 if (!ISDIGIT(*s)) in bootdev() 229 if (!ISDIGIT(*s)) in bootdev()
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | multibyte.h | 16 #define ISDIGIT(c) ((c) >= '0' && (c) <= '9') macro 17 #define ISXDIGIT(c) (ISDIGIT(c) || \ 20 #define ISALNUM(c) (ISALPHA(c) || ISDIGIT(c))
|
| /netbsd/src/external/bsd/nvi/dist/vi/ |
| D | v_increment.c | 108 #define isoctal(c) (ISDIGIT(c) && (c) != L('8') && (c) != L('9')) in v_increment() 134 if (!ISDIGIT((UCHAR_T)p[end])) in v_increment() 140 if (!ISDIGIT(p[end])) { in v_increment() 159 if (ISDIGIT((UCHAR_T)p[end])) in v_increment()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | bfd.c | 1046 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt() 1063 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt() 1074 while (ISDIGIT (*ptr)) in _bfd_doprnt() 1089 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt() 1100 while (ISDIGIT (*ptr)) in _bfd_doprnt() 1278 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt_scan() 1294 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt_scan() 1306 while (ISDIGIT (*ptr)) in _bfd_doprnt_scan() 1319 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt_scan() 1331 while (ISDIGIT (*ptr)) in _bfd_doprnt_scan()
|
| /netbsd/src/external/bsd/ipf/dist/lib/ |
| D | getportproto.c | 21 if (ISDIGIT(*name)) { 26 if (!ISDIGIT(*s))
|
| D | printpooldata.c | 29 ISDIGIT(*pool->ipo_name) ? "Number" : "Name", 41 (!*pool->ipo_name || ISDIGIT(*pool->ipo_name)) ? \
|
| /netbsd/src/usr.bin/patch/ |
| D | backupfile.c | 38 #define ISDIGIT(c) (isascii ((unsigned char)c) && isdigit ((unsigned char)c)) macro 154 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) { in version_number() 155 for (p = &backup[base_length]; ISDIGIT(*p); ++p) in version_number()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | bfd.c | 1086 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt() 1103 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt() 1114 while (ISDIGIT (*ptr)) in _bfd_doprnt() 1129 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt() 1140 while (ISDIGIT (*ptr)) in _bfd_doprnt() 1318 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt_scan() 1334 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt_scan() 1346 while (ISDIGIT (*ptr)) in _bfd_doprnt_scan() 1359 if (*ptr != '0' && ISDIGIT (*ptr) && ptr[1] == '$') in _bfd_doprnt_scan() 1371 while (ISDIGIT (*ptr)) in _bfd_doprnt_scan()
|
| /netbsd/src/external/gpl2/xcvs/dist/diff/ |
| D | ifdef.c | 145 if (ISDIGIT (f0)) 148 while (ISDIGIT ((unsigned char) *++f)) 423 while (ISDIGIT (c)) 426 while (ISDIGIT (c = *spec++))
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | smtp_reply_footer.c | 130 if (!ISDIGIT(cp[0]) || !ISDIGIT(cp[1]) || !ISDIGIT(cp[2]) in smtp_reply_footer()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | dict_tcp.c | 230 !ISDIGIT(start[0]) || !ISDIGIT(start[1]) in dict_tcp_lookup() 231 || !ISDIGIT(start[2]) || !ISSPACE(start[3]) in dict_tcp_lookup()
|