Searched defs:TOUPPER (Results 1 – 7 of 7) sorted by relevance
240 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro243 # define TOUPPER(Ch, L) towupper (Ch) macro249 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro252 # define TOUPPER(Ch, L) toupper (Ch) macro256 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
54 #define TOUPPER towupper macro88 #define TOUPPER toupper macro
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro