HomeSort by: relevance | last modified time | path
    Searched defs:ch_toupper (Results 1 - 2 of 2) 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

Completed in 14 milliseconds