Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
243 # define TOLOWER(c) _tolower(c) macro245 # define TOLOWER(c) tolower(c) macro