Home
last modified time | relevance | path

Searched refs: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
336 dest[len] = TOLOWER ((UCHAR_T) src[len], loc); in memcpy_lowcase()

Completed in 5 milliseconds