Searched refs:__toupper (Results 1 – 2 of 2) sorted by relevance
50 static inline unsigned char __toupper(unsigned char c) in __toupper() function58 #define toupper(c) __toupper(c)
Completed in 6 milliseconds