Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h129 #undef isdigit
130 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
/toolchain/binutils/binutils-2.25/opcodes/
Dopc2c.c511 if (!isdigit (*cp)) in process_vary()
613 && (isdigit (line[6]) || memcmp (line + 6, "VARY", 4) == 0)) in main()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-0001550 * config/tc-arm.c (do_c_shift): Use ISDIGIT instead of isdigit.
1001 (atof_generic): Use ISDIGIT instead of isdigit.
1003 (yylex): Use ISDIGIT/ISALNUM instead of isdigit/isalnum.
1015 isdigit.
1017 (md_undefined_symbol, s_alpha_ent): Use ISDIGIT instead of isdigit.
1032 (avr_operand): Use ISDIGIT/TOLOWER instead of isdigit/tolower.
1035 (get_gen_reg): Use ISALNUM/ISDIGIT instead of isalnum/isdigit.
1046 (skip_colonthing, get_operand): Use ISDIGIT instead of isdigit.
1052 (pa_parse_number): Use ISDIGIT instead of isdigit.
1054 (pa_stringer): Use ISDIGIT instead of isdigit.
[all …]
DChangeLog-98991562 * atof-generic.c (atof_generic): Cast arg to isdigit, et. al. with
/toolchain/binutils/binutils-2.25/intl/
Dl10nflist.c427 else if (isdigit ((unsigned char) codeset[cnt]))
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-0001381 Use ISALNUM instead of isalpha/isdigit.
394 (dump_section_stabs): Use ISDIGIT instead of isdigit.
409 isdigit/isupper/islower.
414 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
427 (stab_variable): Use ISDIGIT instead of isdigit.
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-0001614 isdigit/isxdigit/isalpha/isalnum.
624 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
626 (ctor_prio): Use ISDIGIT instead of isdigit.
640 (is_num, parse_args): Use ISDIGIT instead of isdigit.
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-00012115 (aout_link_write_symbols): Use ISDIGIT instead of isdigit.
2117 (_bfd_generic_read_ar_hdr_mag): Use ISDIGIT instead of isdigit.
2119 (bfd_default_scan): Use ISDIGIT instead of isdigit.
2122 isxdigit/isdigit/islower.
2126 (scan): Use ISDIGIT instead of isdigit.
2134 (oasys_write_sections): Use ISDIGIT instead of isdigit.
2136 (aout_link_write_symbols): Use ISDIGIT instead of isdigit.
2141 isupper/islower/isdigit.
2147 (_bfd_link_section_stabs): Use ISDIGIT instead of isdigit.
DChangeLog-98995189 (scan): Case isdigit argument to unsigned char.
DChangeLog-02031081 (coff_link_add_symbols): Use ISDIGIT instead of isdigit.
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c232 # define ISDIGIT(c) (ISASCII (c) && isdigit (c))
DChangeLog5282 instead of isdigit and isalpanum.
5384 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
/toolchain/binutils/binutils-2.25/gprof/
DChangeLog-9203439 (parse_spec): Use ISDIGIT instead of isdigit.