Searched refs:isupper (Results 1 – 20 of 20) sorted by relevance
57 isupper(int c) in isupper() function71 return (isupper(c) || islower(c)); in isalpha()
65 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro73 if (isupper(c)) in __tolower()
140 # ifndef isupper141 # define isupper(x) (((unsigned)(x) >= 'A') && ((unsigned)(x) <= 'Z')) macro147 # define isalpha(x) (isupper(x) || islower(x))150 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A')
615 #define ISUPPER(x) isupper((u_char)(x))
87 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in strtoul()
89 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in strtouq()
108 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in strtol()
112 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in strtoq()
319 if (!isupper ((int) Op->Asl.Value.String[i])) in AnCheckId()335 if (!isupper ((int) Op->Asl.Value.String[i]) && in AnCheckId()
715 if (!isupper ((int) InString[i])) in OpcDoEisaId()
179 #define isupper(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_UP)) macro
102 return (isupper(c) ? c - 'A' + 10 : c - 'a' + 10); in hexchar_to_byte()
42 else if (isupper(c)) in xdigit2val()
315 else if (isupper(c)) in parse_coremask_arg()
332 if (isupper(s[j])) { in HelloToggleCase_RedisCommand()
235 case 'u' : res = isupper(c); break; in match_class()
287 case 'u' : res = isupper(c); break; in match_class()
62 else if (isupper(c)) in xdigit2val()
547 else if (isupper(c)) in xdigit2val()
680 if (isupper(c)) in getchannelflags()1505 if (isupper(c)) in getmodeflags()