Home
last modified time | relevance | path

Searched defs:makelower (Results 1 – 4 of 4) sorted by relevance

/original-bsd/games/monop/
H A Dstrcmp.c6 # define makelower(c) (isupper(c) ? tolower(c) : c) macro
/original-bsd/usr.bin/vgrind/
H A Dregexp.c34 #define makelower(c) (isupper((c)) ? tolower((c)) : (c)) macro
/original-bsd/old/regexp/
H A Dregexp.c10 #define makelower(c) (isupper((c)) ? tolower((c)) : (c)) macro
/original-bsd/usr.sbin/sendmail/src/
H A Dutil.c322 makelower(p) in makelower() function