Searched defs:TOUPPER (Results 1 – 1 of 1) sorted by relevance
303 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro306 # define TOUPPER(Ch, L) towupper (Ch) macro312 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro315 # define TOUPPER(Ch, L) toupper (Ch) macro319 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
Completed in 6 milliseconds