Searched defs:towupper (Results 1 – 3 of 3) sorted by relevance
56 #define towupper(a) toupper(a) macro
138 TEST(wctype, towupper) { in TEST() argument
130 wint_t towupper(wint_t wc) { in towupper() function