Home
last modified time | relevance | path

Searched refs:ch_tolower (Results 1 – 4 of 4) sorted by relevance

/dragonfly/games/cgram/
H A Dcgram.c53 ch_tolower(char ch) in ch_tolower() function
280 char la = ch_tolower(a); in substitute()
282 char lb = ch_tolower(b); in substitute()
/dragonfly/contrib/bmake/
H A Dmake.h1182 ch_tolower(char ch) { return (char)tolower((unsigned char)ch); } in ch_tolower() function
H A Dmain.c2206 char ch = ch_tolower(s[0]); in ParseBoolean()
2212 return ch_tolower(s[1]) != 'f'; in ParseBoolean()
H A Dvar.c3097 res[i] = ch_tolower(str[i]); in str_tolower()