Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/vgrind/
H A Dregexp.c63 #define makelower(c) (isupper((unsigned char)(c)) ? tolower((unsigned char)(c)) : (c)) macro
/netbsd-src/usr.sbin/bootp/common/
H A Dreadfile.c1544 makelower(char *s) in makelower() function
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c2301 valid_domain(char *name, int makelower, const char **errstr) in valid_domain()