Home
last modified time | relevance | path

Searched refs:ISLOWER (Results 1 – 25 of 34) sorted by relevance

12

/toolchain/binutils/binutils-2.27/ld/
Dldbuildid.c89 if (ISLOWER (xdigit)) in read_hex()
/toolchain/binutils/binutils-2.27/include/
Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/toolchain/binutils/binutils-2.27/libiberty/
Dcplus-dem.c666 && ISLOWER((unsigned char)opname[2]) in cplus_demangle_opname()
667 && ISLOWER((unsigned char)opname[3])) in cplus_demangle_opname()
906 if (!ISLOWER (mangled[0])) in ada_demangle()
922 if (ISLOWER (*p)) in ada_demangle()
927 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
928 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
4702 && ISLOWER((unsigned char)declp->b[2]) in demangle_function_name()
4703 && ISLOWER((unsigned char)declp->b[3])) in demangle_function_name()
Dregex.c236 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
3248 && (ISUPPER (ch) || ISLOWER (ch))) in PREFIX()
3288 || (is_lower && ISLOWER (ch)) in PREFIX()
3297 && (ISUPPER (ch) || ISLOWER (ch))) in PREFIX()
Dconfigure4086 if (XOR (islower (i), ISLOWER (i))
Dfunctions.texi596 @deffnx Extension ISLOWER (@var{c})
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-dlx.c98 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i]; in insert_sreg()
Dtc-tic30.c183 if (ISLOWER (c) || ISDIGIT (c)) in md_begin()
196 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c)) in md_begin()
Dtc-i860.c471 for (s = str; ISLOWER (*s) || *s == '.' || *s == '3' in i860_process_insn()
Dtc-z8k.c67 if (ISLOWER (c)) in tohex()
Dtc-sparc.c1748 if (ISLOWER (*s)) in sparc_ip()
1752 while (ISLOWER (*s) || ISDIGIT (*s) || *s == '_'); in sparc_ip()
Dtc-tic4x.c630 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i]; in tic4x_insert_reg()
Dtc-cris.c1534 for (operands = insn_text; ISLOWER (*operands); ++operands) in cris_process_instruction()
Dtc-hppa.c3192 ISUPPER (*s) || ISLOWER (*s) || (*s >= '0' && *s <= '3'); in pa_ip()
Dtc-metag.c5979 else if (ISLOWER (c)) in md_begin()
Dtc-i386.c2651 else if (ISLOWER (c)) in md_begin()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00011008 (VMS_Case_Hack_Symbol): Use ISUPPER/ISLOWER/TOUPPER/TOLOWER
1034 (cris_process_instruction): Use ISLOWER instead of islower.
1050 (pa_ip): Use ISUPPER/ISLOWER/TOLOWER instead of
1065 (md_begin): Use ISDIGIT/ISLOWER/ISUPPER/TOLOWER/ISALPHA
1069 (i860_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
1098 (hexval): Use ISDIGIT/ISLOWER/ISUPPER instead of
1110 (mips16_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
1131 (ppc_canonicalize_symbol_name): Use ISLOWER/TOUPPER instead of
1145 (sparc_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
1151 (md_begin): Use ISLOWER/ISDIGIT/ISUPPER/TOLOWER/ISLOWER/
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Dstabs.c299 else if (ISLOWER (d)) in parse_number()
DChangeLog-0001408 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
/toolchain/binutils/binutils-2.27/intl/
Dconfigure3974 if (XOR (islower (i), ISLOWER (i))
/toolchain/binutils/binutils-2.27/bfd/
Dsom.c4991 else if (ISLOWER (c)) in som_set_reloc_info()
DChangeLog-00012121 (bfd_scan_vma): Use ISXDIGIT/ISDIGIT/ISLOWER instead of
2140 (som_set_reloc_info): Use ISUPPER/ISLOWER/ISDIGIT instead of
2153 (_bfd_vms_write_hdr): Use ISLOWER/TOUPPER instead of
/toolchain/binutils/binutils-2.27/gold/
Dconfigure5595 if (XOR (islower (i), ISLOWER (i))
/toolchain/binutils/binutils-2.27/zlib/
Dconfigure6850 if (XOR (islower (i), ISLOWER (i))
/toolchain/binutils/binutils-2.27/opcodes/
Dconfigure4785 if (XOR (islower (i), ISLOWER (i))

12