Searched refs:ch_tolower (Results 1 – 3 of 3) sorted by relevance
2242 char ch = ch_tolower(s[0]); in mkTempFile() 2248 return ch_tolower(s[1]) != 'f'; in mkTempFile()
1214 ch_tolower(char ch) { return (char)tolower((unsigned char)ch); }1215 ch_tolower(char ch) { return (char)tolower((unsigned char)ch); } ch_tolower() function
3166 res[i] = ch_tolower(str[i]); in str_totitle()3188 res[i] = ch_tolower(str[i]); in str_tolower()