Searched refs:ISLOWER (Results 1 - 25 of 73) sorted by relevance

123

/openbsd-current/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) {
339 if (ISLOWER(c) != FALSE) {
H A Dregion.c185 if (ISLOWER(c) != FALSE)
/openbsd-current/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++)
/openbsd-current/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-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/openbsd-current/gnu/gcc/gcc/
H A Dgenextract.c323 if (ISLOWER (path[i]))
335 if (ISLOWER (path[i]))
H A Dgenpreds.c67 if (!ISDIGIT (*p) && !ISLOWER (*p))
438 if (ISLOWER (path[i]))
450 if (ISLOWER (path[i]))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenextract.c327 if (ISLOWER(path[i]))
339 if (ISLOWER(path[i]))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.c960 if (ISLOWER (realname[i]))
1001 if (ISLOWER (c1)) c1 = TOUPPER (c1);
1003 if (ISLOWER (c2)) c2 = TOUPPER (c2);
1048 if (ISLOWER (c1)) c1 = TOUPPER (c1);
1050 if (ISLOWER (c2)) c2 = TOUPPER (c2);
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.h431 (ISLOWER (C) ? reg_class_from_letter[(C) - 'a'] : NO_REGS)
/openbsd-current/gnu/lib/libiberty/src/
H A Dcplus-dem.c664 && ISLOWER((unsigned char)opname[2])
665 && ISLOWER((unsigned char)opname[3]))
4541 && ISLOWER((unsigned char)declp->b[2])
4542 && ISLOWER((unsigned char)declp->b[3]))
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dor32-opc.c949 if (ISLOWER (param_ch))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h532 ( ISLOWER (C) ? reg_class_from_letter[(C) - 'a'] : NO_REGS )
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dor32-opc.c922 if (ISLOWER (param_ch))
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.c168 if (ISLOWER (c) || ISDIGIT (c))
182 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c))
H A Dtc-dlx.c130 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i];
H A Dtc-i860.c473 for (s = str; ISLOWER (*s) || *s == '.' || *s == '3'
H A Dtc-m88k.c1137 ISLOWER (z) ? (z) - 'a' + 10 : \
H A Dtc-z8k.c73 if (ISLOWER (c))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.c185 if (ISLOWER (c) || ISDIGIT (c))
198 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c))

Completed in 509 milliseconds

123