Searched refs:__toupper (Results 1 – 1 of 1) sorted by relevance
49 static inline unsigned char __toupper(unsigned char c) in __toupper() function57 #define toupper(c) __toupper(c)