Home
last modified time | relevance | path

Searched refs: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
347 dest[len] = TOUPPER ((UCHAR_T) src[len], loc); in memcpy_uppcase()
850 *old_start = TOUPPER ((UCHAR_T) *old_start, loc); in libc_hidden_def()

Completed in 6 milliseconds