Home
last modified time | relevance | path

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

/netbsd-src/games/cgram/
H A Dcgram.c75 ch_tolower(char ch) in ch_tolower() function
/netbsd-src/usr.bin/make/
H A Dmake.h1171 ch_tolower(char ch) { return (char)tolower((unsigned char)ch); } ch_tolower() function