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

  /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
var.c 3158 res[i] = ch_toupper(str[i]);
3172 res[i] = ch_toupper(str[i]);

Completed in 18 milliseconds