Searched defs:TOLOWER (Results 1 – 8 of 8) sorted by relevance
51 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
633 #define TOLOWER(c) (ISUPPER (c) ? (c) - 'A' + 'a' : (c)) macro
270 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
289 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
546 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function
1045 #define TOLOWER(c) (ISUPPER (c) ? (c) - 'A' + 'a' : (c)) macro
756 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function
743 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function