Home
last modified time | relevance | path

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

/netbsd-src/games/cgram/
H A Dcgram.c69 ch_toupper(char ch) in ch_toupper() function
/netbsd-src/usr.bin/make/
H A Dmake.h1173 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } ch_toupper() function