Searched defs:isupper (Results 1 – 13 of 13) sorted by relevance
64 #define isupper(c) _bcs_isupper(c) macro
59 #define isupper(c) _bcs_isupper(c) macro
55 #define isupper(ch) ((ch) >= 'A' && (ch) <= 'Z') macro
57 #define isupper(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_U)) macro
179 #define isupper(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_UP)) macro
142 #define isupper(c) do_not_use_isupper_with_safe_ctype macro
94 #define isupper(ch) ((ch) >= 'A' && (ch) <= 'Z') in __strong_alias() macro
163 isupper(int ch) in isupper() function
1522 #define isupper(x) ('A' <= (x) && (x) <= 'Z') macro
144 # define isupper(x) (((unsigned)(x) >= 'A') && ((unsigned)(x) <= 'Z')) macro
105 isupper, 89 keyword