Searched defs:toupper (Results 1 – 3 of 3) sorted by relevance
93 toupper(int c) in toupper() function
86 #define toupper(c) __toupper(c) macro
150 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro