Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 2 of 2) 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
[all …]
A Dstrptime_l.c191 # define ISSPACE(Ch) __isspace_l (Ch, locale) argument
196 # define ISSPACE(Ch) isspace (Ch) argument

Completed in 7 milliseconds