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