Searched refs:ISUPPER (Results 1 - 25 of 62) sorted by relevance

123

/openbsd-current/gnu/lib/libiberty/src/
H A Dstrtol.c142 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
H A Dstrtoul.c94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
/openbsd-current/usr.bin/mg/
H A Dchrdef.h31 #define ISUPPER(c) ((cinfo[CHARMASK(c)]&_MG_U)!=0) macro
H A Dsearch.c323 if (ISUPPER(CHARMASK(pat[i])))
336 if (!xcase && ISUPPER(c))
690 if (ISUPPER(CHARMASK(pat[i])))
751 if (ISUPPER(CHARMASK(pat[i])))
811 if (ISUPPER(bc))
813 if (ISUPPER(pc))
H A Dword.c295 if (ISUPPER(c) != FALSE) {
348 if (ISUPPER(c) != FALSE) {
H A Dcinfo.c147 if (ISUPPER(k))
H A Dhelp.c59 if (ISUPPER(key.k_chars[key.k_count - 1])) {
H A Dkbd.c180 if (ISUPPER(key.k_chars[key.k_count - 1])) {
/openbsd-current/usr.bin/make/
H A Ddefines.h100 #define ISUPPER(c) (isupper((unsigned char)(c))) macro
/openbsd-current/gnu/lib/libreadline/
H A Dchardefs.h90 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) macro
94 #define _rl_uppercase_p(c) (NON_NEGATIVE(c) && ISUPPER(c))
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dsystem.h205 #ifndef ISUPPER
206 #define ISUPPER(c) (CTYPE_DOMAIN (c) && isupper (c)) macro
H A Dio.c228 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
246 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
250 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
H A Dutil.c513 if (ISUPPER (c1))
515 if (ISUPPER (c2))
H A Difdef.c248 if (ISUPPER (letter))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/vax/
H A Dxm-vms.h69 if (ISUPPER (*pnt1_)) *pnt1_ = TOLOWER (*pnt1_); \
/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h103 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h103 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h103 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mmix.h78 : ((name[0] == ':' || ISUPPER (name[0])) \
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h103 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mmix.h78 : ((name[0] == ':' || ISUPPER (name[0])) \
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixfixes.c362 while ((ISSPACE (*p) || ISUPPER (*p)) && p < limit) p++;
449 while (ISUPPER (*p) && p < limit) p++;
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixfixes.c372 while ((ISSPACE (*p) || ISUPPER (*p)) && p < limit) p++;
459 while (ISUPPER (*p) && p < limit) p++;
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dbad.c482 if (ISUPPER (c))
/openbsd-current/gnu/gcc/gcc/
H A Dc-cppbuiltin.c598 if (!( *p == '_' && (p[1] == '_' || ISUPPER (p[1]))))

Completed in 311 milliseconds

123