Searched refs:__C_toupper (Results 1 – 3 of 3) sorted by relevance
92 #define __C_toupper(c) (__C_islower(c) ? ((c) ^ 0x20) : (c)) macro
325 return __C_toupper(c);
366 ? __C_toupper((unsigned)wc) in libc_hidden_def()
Completed in 6 milliseconds