Searched defs:toupper (Results 1 – 2 of 2) sorted by relevance
60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) macro
219 toupper(int ch) in toupper() function