Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance
308 # define TOLOWER(c) tolower((int)(unsigned char)(c)) macro320 # define TOLOWER(c) towlower((wint_t)(c)) macro
742 #define TOLOWER(c) ((c) | ('a' - 'A')) macro