Home
last modified time | relevance | path

Searched defs:TOUPPER (Results 1 – 1 of 1) sorted by relevance

/time/
A Dstrftime_l.c303 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
306 # define TOUPPER(Ch, L) towupper (Ch) macro
312 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
315 # define TOUPPER(Ch, L) toupper (Ch) macro
319 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro

Completed in 6 milliseconds