Searched defs:_toupper (Results 1 – 3 of 3) sorted by relevance
84 #define _toupper(c) (toupper(c)) macro
23 #pragma weak _toupper = toupper macro
84 #define _toupper(c) ((c) - 'a' + 'A') macro