Searched refs:isupper (Results 1 – 14 of 14) sorted by relevance
16 static inline int isupper(int a) in isupper() function
81 c -= isupper((unsigned char)c) != 0 ? 'A' - 10 : 'a' - 10; in strtoul()
80 c -= isupper(c) != 0 ? 'A' - 10 : 'a' - 10; in strtoull()
101 c -= isupper((unsigned char)c) != 0 ? 'A' - 10 : 'a' - 10; in strtol()
100 c -= isupper(c) != 0 ? 'A' - 10 : 'a' - 10; in strtoll()
69 -call_properties+={"macro(name(isupper))",{"data_kind(0=int_bool)"}}70 -call_properties+={"decl(name(isupper))",{"data_kind(0=int_bool)"}}
28 elif f not in f_void and f not in f_other and not f.isupper():
92 isupper
54 if ((flags & FNM_CASEFOLD) != 0 && isupper(ch)) { in foldcase()
795 bool upcase = isupper((int)conv->specifier) != 0; in encode_uint()911 if (isupper((unsigned char)c) != 0) { in encode_float()923 if (isupper((unsigned char)c) != 0) { in encode_float()1011 .specifier = isupper((unsigned char)c) != 0 ? 'X' : 'x', in encode_float()
509 if (isupper(i) != 0) { in ZTEST()
829 c += c2 - (isupper((int)c2) != 0 ? 'A' - 10 : 'a' - 10); in on_cmd_sockread()
3810 not default.name.isupper():
1349 isupper(),ISO/IEC 9899:2011