Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance
55 #define TOLOWER(c) ((c) | CASE_CONVERT) macro
309 # define TOLOWER(c) tolower((int)(unsigned char)(c)) macro321 # define TOLOWER(c) towlower((wint_t)(c)) macro