Searched defs:TOUPPER (Results 1 – 6 of 6) sorted by relevance
198 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro202 # define TOUPPER(Ch) towupper (Ch) macro211 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro215 # define TOUPPER(Ch) toupper (Ch) macro
30 #define TOUPPER(c) (c & ~0x20) macro
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
533 static inline unsigned char TOUPPER (unsigned char c) in TOUPPER() function
544 static inline unsigned char TOUPPER (unsigned char c) in TOUPPER() function