Searched refs:ISDIGIT (Results 1 - 25 of 111) sorted by relevance

12345

/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))];
148 while (ISDIGIT (*p1++))
149 if (!ISDIGIT (*p2++))
152 return ISDIGIT (*p2) ? -1 : diff;
H A Dstrtod.c105 if (ISDIGIT (*p) || *p == '.')
108 while (ISDIGIT (*p) || (!got_dot && *p == '.'))
122 if (ISDIGIT (p[i]))
124 while (ISDIGIT (p[i]))
H A Dstrtol.c139 if (ISDIGIT(c))
H A Dstrtoul.c91 if (ISDIGIT(c))
H A D_doprnt.c101 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
110 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
H A Dcplus-dem.c496 if (! ISDIGIT ((unsigned char)**type))
499 while (ISDIGIT ((unsigned char)**type))
510 while (ISDIGIT ((unsigned char) **type))
538 if (!ISDIGIT ((unsigned char)**mangled))
947 if (ISDIGIT ((unsigned char) mangled[len0 - 1])) {
948 for (i = len0 - 2; i >= 0 && ISDIGIT ((unsigned char) mangled[i]); i -= 1)
1457 while (**mangled && ISDIGIT ((unsigned char)**mangled))
1793 while (ISDIGIT ((unsigned char)**mangled))
1802 while (ISDIGIT ((unsigned char)**mangled))
1812 while (ISDIGIT ((unsigne
[all...]
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dgetportproto.c21 if (ISDIGIT(*name)) {
26 if (!ISDIGIT(*s))
H A Dgetproto.c20 if (!ISDIGIT(*s))
H A Dinet_addr.c85 #define ISDIGIT(x) isdigit((u_char)(x)) macro
117 if (!ISDIGIT(c))
128 if (ISASCII(c) && ISDIGIT(c)) {
H A Dipft_tx.c59 if (ISDIGIT(*host))
80 if (ISDIGIT(*name))
221 } else if (ISDIGIT(**cpp) && !index(*cpp, '.')) {
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrtod.c105 if (ISDIGIT (*p) || *p == '.')
108 while (ISDIGIT (*p) || (!got_dot && *p == '.'))
122 if (ISDIGIT (p[i]))
124 while (ISDIGIT (p[i]))
H A Dstrtol.c139 if (ISDIGIT(c))
H A Dstrtoul.c91 if (ISDIGIT(c))
H A D_doprnt.c101 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
110 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
H A Dcplus-dem.c496 if (! ISDIGIT ((unsigned char)**type))
499 while (ISDIGIT ((unsigned char)**type))
510 while (ISDIGIT ((unsigned char) **type))
538 if (!ISDIGIT ((unsigned char)**mangled))
947 if (ISDIGIT ((unsigned char) mangled[len0 - 1])) {
948 for (i = len0 - 2; i >= 0 && ISDIGIT ((unsigned char) mangled[i]); i -= 1)
1457 while (**mangled && ISDIGIT ((unsigned char)**mangled))
1793 while (ISDIGIT ((unsigned char)**mangled))
1802 while (ISDIGIT ((unsigned char)**mangled))
1812 while (ISDIGIT ((unsigne
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dvms.termcap.c32 #define ISDIGIT(x) ((x) >= '0' && (x) <= '9') macro
166 for (ret = 0, cp++ ; *cp && ISDIGIT(*cp) ; cp++)
255 for (i=0 ; *cp && ISDIGIT(*cp) ;
345 for (delay = 0; *cp && ISDIGIT(*cp) ; cp++)
/freebsd-9.3-release/contrib/binutils/gas/
H A Datof-generic.c168 if (ISDIGIT (c))
197 for (p++; (c = *p) && ISDIGIT (c); p++)
218 if (ISDIGIT (c))
272 if (ISDIGIT (c))
383 if (ISDIGIT (c))
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dnetware.c183 if (ISDIGIT (p[1]))
187 gcc_assert (ISDIGIT (*name));
/freebsd-9.3-release/contrib/cvs/diff/
H A Difdef.c145 if (ISDIGIT (f0))
148 while (ISDIGIT ((unsigned char) *++f))
423 while (ISDIGIT (c))
426 while (ISDIGIT (c = *spec++))
H A Dsystem.h229 #ifndef ISDIGIT
230 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dbackupfile.c59 #define ISDIGIT(c) (isdigit ((unsigned char) (c))) macro
61 #define ISDIGIT(c) (isascii (c) && isdigit (c)) macro
199 if (!strncmp (base, backup, base_length) && ISDIGIT (backup[base_length]))
201 for (p = &backup[base_length]; ISDIGIT (*p); ++p)
/freebsd-9.3-release/contrib/gcc/
H A Dc-cppbuiltin.c343 while (*v && !ISDIGIT (*v))
348 while (ISDIGIT (*v))
354 gcc_assert (*v == '.' && ISDIGIT (v[1]));
357 while (ISDIGIT (*v))
363 gcc_assert (ISDIGIT (v[1]));
365 while (ISDIGIT (*v))
H A Dscan.c199 if (ISDIGIT (c))
205 } while (c != EOF && ISDIGIT (c));
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c182 if (!ISDIGIT(c))
188 for (l = 0; ISDIGIT(c) && (i > 0); i--) {
204 if (!ISDIGIT(c))
209 for (l = 0; ISDIGIT(c) && (i > 0); i--) {
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c742 if (e == LONGINT_OK && ISDIGIT (suffix[-1]))
751 if (e == LONGINT_INVALID_SUFFIX_CHAR && ISDIGIT (suffix[-1]) && ! suffix[1])
1409 if (! ISDIGIT (*a))
1411 if (ISDIGIT (*a) && ISDIGIT (*b))
1413 if (ISDIGIT (*a))
1415 if (ISDIGIT (*b))
1424 return ISDIGIT (*a);
1431 return - ISDIGIT (*b);
1487 if (ISDIGIT (tmp
[all...]

Completed in 210 milliseconds

12345