Searched refs:ISDIGIT (Results 51 - 75 of 221) sorted by relevance

123456789

/haiku-buildtools/binutils/libiberty/
H A Dd-demangle.c511 while (ISDIGIT (*mangled))
741 if (ISDIGIT (*mangled))
771 if (ISDIGIT (mangled[3]) && mangled[3] != '0')
946 while (ISDIGIT (*mangled))
1037 while (ISDIGIT (*mangled))
1413 while (mangled && ISDIGIT (*mangled));
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c298 if (ISDIGIT (d))
752 if (ISDIGIT (*p) || *p == '(' || *p == '-')
1149 if (! ISDIGIT (**pp) && **pp != '(' && **pp != '-')
1190 if (ISDIGIT (*p) || *p == '(' || *p == '-')
2832 && (ISDIGIT (argtypes[2])
3063 if (! ISDIGIT (**pp) && **pp != '-')
3077 if (! ISDIGIT (**pp) && **pp != '-')
3656 while (ISDIGIT (**pp))
3671 if (! ISDIGIT (**pp))
3676 if (ISDIGIT (**p
[all...]
/haiku-buildtools/binutils/binutils/
H A Dstabs.c295 if (ISDIGIT (d))
740 if (ISDIGIT (*p) || *p == '(' || *p == '-')
1163 if (! ISDIGIT (**pp) && **pp != '(' && **pp != '-')
1204 if (ISDIGIT (*p) || *p == '(' || *p == '-')
2872 && (ISDIGIT (argtypes[2])
3101 if (! ISDIGIT (**pp) && **pp != '-')
3115 if (! ISDIGIT (**pp) && **pp != '-')
3695 while (ISDIGIT (**pp))
3710 if (! ISDIGIT (**pp))
3715 if (ISDIGIT (**p
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-sparc.c1784 while (ISLOWER (*s) || ISDIGIT (*s) || *s == '_');
2043 if (ISDIGIT (*s))
2047 while (ISDIGIT (*s))
2093 || ISDIGIT (*s))
2109 while (ISDIGIT (*s))
2360 if (ISDIGIT (*s++))
2362 while (ISDIGIT (*s))
2381 if (*s++ == '%' && *s++ == 'c' && ISDIGIT (*s))
2384 if (ISDIGIT (*s))
2477 if (!ISDIGIT ((
[all...]
H A Dtc-microblaze.c493 if (ISDIGIT (s[4]) && ISDIGIT (s[5]))
499 else if (ISDIGIT (s[4]))
522 if (ISDIGIT (s[4]) && ISDIGIT (s[5]))
527 else if (ISDIGIT (s[4]))
559 if (ISDIGIT (s[1]) && ISDIGIT (s[2]))
564 else if (ISDIGIT (s[1]))
H A Dtc-spu.c514 && ISDIGIT (param[2]))
521 && ISDIGIT (param[2]))
525 if (ISDIGIT (*param))
528 while (ISDIGIT (*param))
H A Dm68k-parse.y772 if (ISDIGIT (str[1])
774 && ISDIGIT (str[2])))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-dlx.c188 && ISDIGIT ((unsigned char) ptr[1]))
626 && ISDIGIT ((unsigned char) s[1]))
1157 if (c != '$' || ! ISDIGIT ((unsigned char) input_line_pointer[0]))
1163 while (ISDIGIT ((unsigned char) *s))
1205 ISDIGIT ((unsigned char) input_line_pointer[1]))
H A Dtc-sparc.c1425 while (ISLOWER (*s) || ISDIGIT (*s));
1691 if (ISDIGIT (*s))
1695 while (ISDIGIT (*s))
1977 if (ISDIGIT (*s++))
1979 while (ISDIGIT (*s))
1998 if (*s++ == '%' && *s++ == 'c' && ISDIGIT (*s))
2001 if (ISDIGIT (*s))
2094 if (!ISDIGIT ((c = *s++)))
2109 if (ISDIGIT (*s))
2174 && ISDIGIT (*
[all...]
H A Dm68k-parse.y774 if (ISDIGIT (str[1])
776 && ISDIGIT (str[2])))
/haiku-buildtools/gcc/gcc/fortran/
H A Dio.c249 if (!ISDIGIT (c))
260 if (ISDIGIT (c))
263 while (ISDIGIT (c));
290 if (ISDIGIT (c))
297 while (ISDIGIT (c));
H A Derror.c575 if (ISDIGIT (*format))
583 while (ISDIGIT(*format))
722 if (ISDIGIT (*format))
725 while (ISDIGIT (*format))
/haiku-buildtools/gcc/gcc/config/
H A Ddarwin-c.c615 if (! ISDIGIT (darwin_macosx_version_min[3]))
620 if (ISDIGIT (darwin_macosx_version_min[minorDigitIdx]))
/haiku-buildtools/legacy/binutils/ld/
H A Dldctor.c143 if (! ISDIGIT (name[3]))
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-lex.c1511 if (p == token_buffer + 2 && !ISDIGIT (c))
1535 if (ISDIGIT (c))
1624 if (! ISDIGIT (c))
1626 while (ISDIGIT (c))
H A Dsystem.h118 /* ISDIGIT differs from ISDIGIT_LOCALE, as follows:
123 only '0' through '9' are digits. Prefer ISDIGIT to ISDIGIT_LOCALE unless
126 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
/haiku-buildtools/binutils/ld/
H A Dldctor.c142 if (!ISDIGIT (name[3]))
/haiku-buildtools/gcc/libquadmath/strtod/
H A Dstrtod_l.c49 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) macro
61 # define ISDIGIT(Ch) isdigit (Ch) macro
1040 while (! (base == 16 ? ISXDIGIT (expp[-1]) : ISDIGIT (expp[-1])))
1107 if (ISDIGIT (*startp))
1141 if (ISDIGIT (*startp))
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-format.c1148 if (!ISDIGIT (*fcp))
1160 while (ISDIGIT (*fcp))
1238 if (!ISDIGIT (*format))
1240 while (ISDIGIT (*format))
1826 while (ISDIGIT (*format_chars))
1853 if (!ISDIGIT (*format_chars))
1856 while (ISDIGIT (*format_chars))
1930 && !ISDIGIT (*format_chars))
1933 while (ISDIGIT (*format_chars))
/haiku-buildtools/legacy/binutils/gas/
H A Dread.c962 if ((LOCAL_LABELS_DOLLAR || LOCAL_LABELS_FB) && ISDIGIT (c))
972 while (ISDIGIT (*input_line_pointer))
1557 if (!ISDIGIT (*name))
1565 while (ISDIGIT (*input_line_pointer));
2507 if (!ISDIGIT (*name))
2515 while (ISDIGIT (*input_line_pointer));
4838 ISDIGIT (c) && i < 3;
4858 if (ISDIGIT (c))
/haiku-buildtools/legacy/binutils/bfd/
H A Darchures.c965 while (ISDIGIT (*ptr_src))
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dbad.c508 else if (ISDIGIT (c))
/haiku-buildtools/gcc/libcpp/
H A Dinternal.h585 #define is_numstart(x) ISDIGIT(x)
/haiku-buildtools/gcc/fixincludes/
H A Dfixincl.c231 if (ISDIGIT ( *pz_verbose ))
635 if (! ISDIGIT(*fnm++))
637 while (ISDIGIT(*fnm)) fnm++;
/haiku-buildtools/gcc/gcc/
H A Dgenpreds.c69 if (!ISDIGIT (*p) && !ISLOWER (*p))
412 else if (ISDIGIT (path[i]))
424 else if (ISDIGIT (path[i]))

Completed in 313 milliseconds

123456789