Searched defs:towlower (Results 1 – 3 of 3) sorted by relevance
57 #define towlower(a) tolower(a) macro
103 TEST(wctype, towlower) { in TEST() argument
119 wint_t towlower(wint_t wc) { in towlower() function