Home
last modified time | relevance | path

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

1234

/openbsd/gnu/lib/libreadline/
H A Dchardefs.h88 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
93 #define _rl_lowercase_p(c) (NON_NEGATIVE(c) && ISLOWER(c))
/openbsd/usr.bin/mg/
H A Dchrdef.h32 #define ISLOWER(c) ((cinfo[CHARMASK(c)]&_MG_L)!=0) macro
H A Dword.c254 if (ISLOWER(c) != FALSE) { in upperword()
339 if (ISLOWER(c) != FALSE) { in capword()
H A Dregion.c185 if (ISLOWER(c) != FALSE) in upperregion()
H A Dextend.c796 c = ISLOWER(c) ? in excline()
/openbsd/usr.bin/make/
H A Ddefines.h99 #define ISLOWER(c) (islower((unsigned char)(c))) macro
H A Dcond.c940 for (end = line; ISLOWER(*end); end++) in Cond_Eval()
/openbsd/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.c958 if (ISLOWER (realname[i]))
999 if (ISLOWER (c1)) c1 = TOUPPER (c1);
1001 if (ISLOWER (c2)) c2 = TOUPPER (c2);
1046 if (ISLOWER (c1)) c1 = TOUPPER (c1);
1048 if (ISLOWER (c2)) c2 = TOUPPER (c2);
/openbsd/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/openbsd/gnu/gcc/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/openbsd/gnu/lib/libiberty/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/openbsd/gnu/gcc/gcc/
H A Dgenextract.c322 if (ISLOWER (path[i])) in print_path()
334 if (ISLOWER (path[i])) in print_path()
H A Dgenpreds.c67 if (!ISDIGIT (*p) && !ISLOWER (*p)) in validate_exp()
438 if (ISLOWER (path[i])) in write_extract_subexp()
450 if (ISLOWER (path[i])) in write_extract_subexp()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenextract.c326 if (ISLOWER(path[i]))
338 if (ISLOWER(path[i]))
/openbsd/gnu/gcc/gcc/config/mcore/
H A Dmcore.h431 (ISLOWER (C) ? reg_class_from_letter[(C) - 'a'] : NO_REGS)
/openbsd/gnu/lib/libiberty/src/
H A Dcplus-dem.c664 && ISLOWER((unsigned char)opname[2]) in cplus_demangle_opname()
665 && ISLOWER((unsigned char)opname[3])) in cplus_demangle_opname()
4541 && ISLOWER((unsigned char)declp->b[2]) in demangle_function_name()
4542 && ISLOWER((unsigned char)declp->b[3])) in demangle_function_name()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dor32-opc.c922 if (ISLOWER (param_ch)) in or32_extract()
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h532 ( ISLOWER (C) ? reg_class_from_letter[(C) - 'a'] : NO_REGS )
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dor32-opc.c949 if (ISLOWER (param_ch))
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.c168 if (ISLOWER (c) || ISDIGIT (c)) in md_begin()
182 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c)) in md_begin()
H A Dtc-dlx.c130 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i];
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.c185 if (ISLOWER (c) || ISDIGIT (c)) in md_begin()
198 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c)) in md_begin()
H A Dtc-dlx.c96 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i]; in insert_sreg()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c2194 && (ISUPPER (ch) || ISLOWER (ch)))
2234 || (is_lower && ISLOWER (ch))
2243 && (ISUPPER (ch) || ISLOWER (ch)))

1234