Home | Sort by: relevance | last modified time | path |
/src/games/cgram/ | |
cgram.c | 69 ch_toupper(char ch) function in typeref:typename:char 298 char ua = ch_toupper(a); 300 char ub = ch_toupper(b); |
/src/usr.bin/make/ | |
make.h | 1197 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } function in typeref:typename:MAKE_INLINE char MAKE_ATTR_USE |