Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
552 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function