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
298 char ua = ch_toupper(a);
300 char ub = ch_toupper(b);
  /src/usr.bin/make/
make.h 1201 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } function
var.c 3169 res[i] = ch_toupper(str[i]);
3183 res[i] = ch_toupper(str[i]);

Completed in 21 milliseconds