Home | Sort by: relevance | last modified time | path |
/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 |