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 1201 ch_tolower(char ch) { return (char)tolower((unsigned char)ch); } function
main.c 2227 char ch = ch_tolower(s[0]);
2233 return ch_tolower(s[1]) != 'f';
var.c 3198 res[i] = ch_tolower(str[i]);
3220 res[i] = ch_tolower(str[i]);

Completed in 73 milliseconds