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 in typeref:typename:char
297 char la = ch_tolower(a);
299 char lb = ch_tolower(b);
  /src/usr.bin/make/
make.h 1195 ch_tolower(char ch) { return (char)tolower((unsigned char)ch); } function in typeref:typename:MAKE_INLINE char MAKE_ATTR_USE
main.c 2222 char ch = ch_tolower(s[0]);
2228 return ch_tolower(s[1]) != 'f';
var.c 3160 res[i] = ch_tolower(str[i]);
3182 res[i] = ch_tolower(str[i]);

Completed in 18 milliseconds