Searched refs:__toupper (Results 1 – 5 of 5) sorted by relevance
78 static __inline__ unsigned char __toupper(unsigned char c) in __toupper() function86 #define toupper(c) __toupper(c)
130 __toupper(__ct_rune_t _c) in __toupper() function178 __ct_rune_t __toupper(__ct_rune_t);
113 #define towupper(wc) __toupper(wc)
186 return (__toupper(wc)); in towupper()
63 __toupper;