Searched defs:toupper (Results 1 – 7 of 7) sorted by relevance
91 toupper(int c) in toupper() function
86 #define toupper(c) __toupper(c) macro
198 toupper(int c) in toupper() function
99 #define toupper(c) __sbtoupper(c) macro
82 int32_t toupper; member
278 static __inline int toupper(int c) in toupper() function
147 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro