Searched defs:TOLOWER (Results 1 – 3 of 3) sorted by relevance
289 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
42 #define TOLOWER(c) ( (c) | 32 ) // works only for letters macro
953 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function