Home
last modified time | relevance | path

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

/time/
A Dstrftime_l.c303 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
304 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
306 # define TOUPPER(Ch, L) towupper (Ch) argument
307 # define TOLOWER(Ch, L) towlower (Ch) argument
312 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
313 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
315 # define TOUPPER(Ch, L) toupper (Ch) argument
316 # define TOLOWER(Ch, L) tolower (Ch) argument
319 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) argument
320 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) argument

Completed in 5 milliseconds