Home
last modified time | relevance | path

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

/time/
A Dstrftime_l.c304 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro
307 # define TOLOWER(Ch, L) towlower (Ch) macro
313 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro
316 # define TOLOWER(Ch, L) tolower (Ch) macro
320 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro

Completed in 5 milliseconds