Searched defs:TOLOWER (Results 1 – 9 of 9) sorted by relevance
35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
105 #define TOLOWER(c) (tolower((unsigned char)(c))) macro
36 #define TOLOWER(c) ((c)+0x20) macro
48 #define TOLOWER(c) ((c)|0x20) macro
117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
241 # define TOLOWER(c) _tolower(c) macro243 # define TOLOWER(c) tolower(c) macro