Searched refs:toupper (Results 1 – 2 of 2) sorted by relevance
64 #define toupper(c) __toupper(c) macro
101 *dst++ = toupper(*src); in string_upper()