Searched refs:TOUPPER (Results 1 – 1 of 1) sorted by relevance
303 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro306 # define TOUPPER(Ch, L) towupper (Ch) macro312 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro315 # define TOUPPER(Ch, L) toupper (Ch) macro319 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro347 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