Searched refs:isdigit (Results 1 – 13 of 13) sorted by relevance
129 #undef isdigit130 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
511 if (!isdigit (*cp)) in process_vary()613 && (isdigit (line[6]) || memcmp (line + 6, "VARY", 4) == 0)) in main()
550 * 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 …]
1562 * atof-generic.c (atof_generic): Cast arg to isdigit, et. al. with
427 else if (isdigit ((unsigned char) codeset[cnt]))
381 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.
614 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.
2115 (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.
5189 (scan): Case isdigit argument to unsigned char.
1081 (coff_link_add_symbols): Use ISDIGIT instead of isdigit.
232 # define ISDIGIT(c) (ISASCII (c) && isdigit (c))
5282 instead of isdigit and isalpanum.5384 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
439 (parse_spec): Use ISDIGIT instead of isdigit.