Searched defs:TOLOWER (Results 1 – 3 of 3) sorted by relevance
27 # define TOLOWER(Ch) tolower (Ch) macro33 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
29 # define TOLOWER(Ch) tolower (Ch) macro35 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
35 #define TOLOWER(Ch) tolower (Ch) macro
Completed in 6 milliseconds