Home
last modified time | relevance | path

Searched refs:ISUPPER (Results 1 – 25 of 26) sorted by relevance

12

/toolchain/binutils/binutils-2.25/libiberty/
Dstrtoul.c94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoul()
Dstrtoull.c99 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoull()
Dstrtol.c144 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtol()
Dstrtoll.c152 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoll()
Dregex.c239 # define ISUPPER(c) (ISASCII (c) && isupper (c)) macro
3248 && (ISUPPER (ch) || ISLOWER (ch))) in PREFIX()
3293 || (is_upper && ISUPPER (ch)) in PREFIX()
3297 && (ISUPPER (ch) || ISLOWER (ch))) in PREFIX()
7941 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;
Dfunctions.texi600 @deffnx Extension ISUPPER (@var{c})
DChangeLog4846 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
/toolchain/binutils/binutils-2.25/ld/
Dldbuildid.c86 if (ISUPPER (xdigit)) in read_hex()
DChangeLog-0001621 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
629 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h99 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mmix.h78 : ((name[0] == ':' || ISUPPER (name[0])) \
Dtc-dlx.c678 if (ISUPPER (*s)) in machine_ip()
Dtc-tic30.c188 else if (ISUPPER (c)) in md_begin()
196 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c)) in md_begin()
Dtc-mmix.c1915 if (ISUPPER ((unsigned char) *s2)) in mmix_assemble_return_nonzero()
Dtc-metag.c5984 else if (ISUPPER (c)) in md_begin()
Dtc-hppa.c3222 ISUPPER (*s) || ISLOWER (*s) || (*s >= '0' && *s <= '3'); in pa_ip()
Dtc-i386.c2604 else if (ISUPPER (c)) in md_begin()
/toolchain/binutils/binutils-2.25/binutils/
Drclex.c122 if (key && ISUPPER (key[0])) in rclex_translatekeyword()
Dstabs.c297 else if (ISUPPER (d)) in parse_number()
DChangeLog-0001408 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00011008 (VMS_Case_Hack_Symbol): Use ISUPPER/ISLOWER/TOUPPER/TOLOWER
1012 (machine_ip): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead of
1050 (pa_ip): Use ISUPPER/ISLOWER/TOLOWER instead of
1065 (md_begin): Use ISDIGIT/ISLOWER/ISUPPER/TOLOWER/ISALPHA
1077 (assemble_two_insns): Use ISSPACE/ISALNUM/ISUPPER/TOLOWER
1087 (mri_assemble): Use ISUPPER/TOLOWER instead of isupper/tolower.
1094 (get_cnd): Use ISDIGIT/ISUPPER/TOLOWER instead of
1096 (get_bf_offset_expression): Use ISALPHA/ISUPPER/TOLOWER
1098 (hexval): Use ISDIGIT/ISLOWER/ISUPPER instead of
1151 (md_begin): Use ISLOWER/ISDIGIT/ISUPPER/TOLOWER/ISLOWER/
[all …]
Dmacro.c865 else if (ISUPPER (in->ptr[src])) in macro_expand_body()
Dread.c5456 else if (ISUPPER (c)) in next_char_of_string()
DChangeLog-02037127 * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
/toolchain/binutils/binutils-2.25/bfd/
Dsom.c4981 if (ISUPPER (c)) in som_set_reloc_info()

12