Searched refs:ISDIGIT (Results 176 - 200 of 221) sorted by relevance

123456789

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ia64.c7858 && ISDIGIT (*input_line_pointer))
7861 while (ISDIGIT (*input_line_pointer))
8150 if (name[1] == 'n' && ISDIGIT (name[2]))
8158 if (name[1] == 'o' && name[2] == 'c' && ISDIGIT (name[3]))
8166 if (name[1] == 'u' && name[2] == 't' && ISDIGIT (name[3]))
H A Dtc-cris.c2380 if (ISDIGIT (**cPP))
H A Dtc-i386.c1003 if (ISDIGIT (c))
1023 if (ISALPHA (c) || ISDIGIT (c))
/haiku-buildtools/binutils/gas/config/
H A Dtc-ia64.c7715 && ISDIGIT (*input_line_pointer))
7718 while (ISDIGIT (*input_line_pointer))
8007 if (name[1] == 'n' && ISDIGIT (name[2]))
8015 if (name[1] == 'o' && name[2] == 'c' && ISDIGIT (name[3]))
8023 if (name[1] == 'u' && name[2] == 't' && ISDIGIT (name[3]))
H A Dtc-mips.c16012 else if (strncmp (opt, "pic", 3) == 0 && ISDIGIT (opt[3]) && opt[4] == '\0')
18959 if (!ISDIGIT (*input_line_pointer))
18976 while (ISDIGIT (*input_line_pointer))
18984 if (!ISDIGIT (*input_line_pointer))
18991 while (ISDIGIT (*input_line_pointer))
19146 if (ISDIGIT (*input_line_pointer)
19471 if (!ISDIGIT (*given))
H A Dtc-cris.c2415 if (ISDIGIT (**cPP))
H A Dtc-aarch64.c701 while (ISALPHA (*p) || ISDIGIT (*p) || *p == '_');
810 if (reg_type == REG_TYPE_ZN || reg_type == REG_TYPE_PN || !ISDIGIT (*ptr))
/haiku-buildtools/legacy/binutils/bfd/
H A Dcofflink.c588 || (stab->name[5] == '.' && ISDIGIT (stab->name[6]))))
H A Dsom.c4605 else if (ISDIGIT (c))
4608 while (ISDIGIT (*cp))
H A Dpdp11.c4349 while (ISDIGIT (*s))
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c2265 || (section->name[len] == '.' && ISDIGIT (section->name[len + 1]))))
/haiku-buildtools/gcc/gcc/
H A Dgensupport.c1466 if (ISDIGIT ((unsigned char) c))
/haiku-buildtools/gcc/libcpp/
H A Ddirectives.c896 if (!ISDIGIT (c))
H A Dlex.c2594 if (ISDIGIT (*buffer->cur))
/haiku-buildtools/gcc/gcc/config/nios2/
H A Dnios2.c3171 if (!ISDIGIT (*t))
/haiku-buildtools/binutils/bfd/
H A Darchive.c170 (NAME[0] == '#' && NAME[1] == '1' && NAME[2] == '/' && ISDIGIT (NAME[3]))
H A Dcofflink.c529 || (stab->name[5] == '.' && ISDIGIT (stab->name[6]))))
H A Dsom.c5003 else if (ISDIGIT (c))
5006 while (ISDIGIT (*cp))
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c2782 || (section->name[len] == '.' && ISDIGIT (section->name[len + 1]))))
/haiku-buildtools/binutils/ld/
H A Dpe-dll.c357 if (!ISDIGIT (*++libname))
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c231 # define ISDIGIT(c) (ISASCII (c) && isdigit (c))
3297 if ( (is_digit && ISDIGIT (ch))
230 # define ISDIGIT macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c233 # define ISDIGIT(c) (ISASCII (c) && isdigit (c))
3299 if ( (is_digit && ISDIGIT (ch))
232 # define ISDIGIT macro
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c3324 else if (ISDIGIT(conversions[i].format[j]))
3393 && ISDIGIT (conversions[i].format[j+1])
/haiku-buildtools/binutils/libiberty/
H A Dregex.c233 # define ISDIGIT(c) (ISASCII (c) && isdigit (c))
3300 if ( (is_digit && ISDIGIT (ch))
232 # define ISDIGIT macro
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c584 if (ISDIGIT ((unsigned char)alpha_mlat_string[0])
588 && ISDIGIT ((unsigned char)alpha_mlat_string[1])

Completed in 678 milliseconds

123456789