Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance
289 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
756 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function