Home
last modified time | relevance | path

Searched defs:ch_toupper (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/games/cgram/
H A Dcgram.c47 ch_toupper(char ch) in ch_toupper() function
/dflybsd-src/contrib/bmake/
H A Dmake.h1184 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } in ch_toupper() function