Lines Matching +defs:L +defs:v +defs:v
226 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
227 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
229 # define TOUPPER(Ch, L) towupper (Ch) argument
230 # define TOLOWER(Ch, L) towlower (Ch) argument
235 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
236 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
238 # define TOUPPER(Ch, L) toupper (Ch) argument
239 # define TOLOWER(Ch, L) tolower (Ch) argument
242 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) argument
243 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
629 #define DO_NUMBER(d, v) \ argument
632 #define DO_NUMBER_SPACEPAD(d, v) \ argument