Searched defs:tolower (Results 1 – 8 of 8) sorted by relevance
137 tolower(c) in tolower() function
302 tolower(c) in tolower() function
20 #define tolower(c) (isupper(c) ? ((c) | 040) : c) macro
31 #define tolower(c) ((c) - 'A' + 'a') macro
104 tolower(_BSD_RUNE_T_ c) in tolower() function
116 #define tolower(c) ((c) + 'a' - 'A') macro
430 #define tolower(x) (to_lower[x]) macro