Searched defs:TOLOWER (Results 1 – 5 of 5) sorted by relevance
31 #define TOLOWER(c) (c | 0x20) macro
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
535 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function
546 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function