Searched defs:TOUPPER (Results 1 – 2 of 2) sorted by relevance
225 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c) macro228 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c) macro
1700 #define TOUPPER(x) toupper((u_char)(x)) macro