Searched defs:TOUPPER (Results 1 – 4 of 4) sorted by relevance
226 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro229 # define TOUPPER(Ch, L) towupper (Ch) macro235 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro238 # define TOUPPER(Ch, L) toupper (Ch) macro242 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
54 #define TOUPPER towupper macro88 #define TOUPPER toupper macro
840 TOUPPER, enumerator
604 #define TOUPPER(x) toupper((u_char)(x)) macro