HomeSort by: relevance | last modified time | path
    Searched refs:ch_tolower (Results 1 - 4 of 4) sorted by relevancy

  /src/games/cgram/
cgram.c 75 ch_tolower(char ch) function
297 char la = ch_tolower(a);
299 char lb = ch_tolower(b);
  /src/usr.bin/make/
make.h 1199 ch_tolower(char ch) { return (char)tolower((unsigned char)ch); } function
main.c 2222 char ch = ch_tolower(s[0]);
2228 return ch_tolower(s[1]) != 'f';
var.c 3171 res[i] = ch_tolower(str[i]);
3193 res[i] = ch_tolower(str[i]);

Completed in 22 milliseconds