Searched defs:toupper (Results 1 – 9 of 9) sorted by relevance
55 function toupper(str) { function
46 function toupper(str) { function
145 toupper(c) in toupper() function
294 toupper(c) in toupper() function
19 #define toupper(c) (islower(c) ? ((c) & ~040) : c) macro
97 toupper(_BSD_RUNE_T_ c) in toupper() function
115 #define toupper(c) ((c) + 'A' - 'a') macro
431 #define toupper(x) (to_upper[x]) macro