Searched defs:TOLOWER (Results 1 – 4 of 4) sorted by relevance
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
259 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
296 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
594 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function