Home
last modified time | relevance | path

Searched refs:ISDIGIT (Results 1 – 25 of 270) sorted by relevance

1234567891011

/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dstrverscmp.c130 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()
Dcplus-dem.c235 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()
Dstrtod.c106 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/
Dstrverscmp.c130 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()
Dcplus-dem.c235 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()
Dstrtod.c106 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()
Dd-demangle.c219 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/
Dstrverscmp.c130 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()
Dcplus-dem.c235 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()
Dstrtod.c106 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/
Ddarwin-driver.cc59 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/
Dsyntax.h62 #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/
Drf_utils.c105 #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/
Datof-generic.c179 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/
Dloadbsd.c46 #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/
Dmultibyte.h16 #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/
Dv_increment.c108 #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/
Dbfd.c1046 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/
Dgetportproto.c21 if (ISDIGIT(*name)) {
26 if (!ISDIGIT(*s))
Dprintpooldata.c29 ISDIGIT(*pool->ipo_name) ? "Number" : "Name",
41 (!*pool->ipo_name || ISDIGIT(*pool->ipo_name)) ? \
/netbsd/src/usr.bin/patch/
Dbackupfile.c38 #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/
Dbfd.c1086 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/
Difdef.c145 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/
Dsmtp_reply_footer.c130 if (!ISDIGIT(cp[0]) || !ISDIGIT(cp[1]) || !ISDIGIT(cp[2]) in smtp_reply_footer()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_tcp.c230 !ISDIGIT(start[0]) || !ISDIGIT(start[1]) in dict_tcp_lookup()
231 || !ISDIGIT(start[2]) || !ISSPACE(start[3]) in dict_tcp_lookup()

1234567891011