Searched refs:__toupper (Results 1 – 2 of 2) sorted by relevance
56 static inline unsigned char __toupper(unsigned char c) in __toupper() function64 #define toupper(c) __toupper(c)
57 static inline unsigned char __toupper(unsigned char c) in __toupper() function65 #define toupper(c) __toupper(c)