Searched refs:makelower (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/vgrind/
H A Dregexp.c63 #define makelower(c) (isupper((unsigned char)(c)) ? tolower((unsigned char)(c)) : (c)) macro
82 if (*s2 - makelower(*s1))
83 return *s2 - makelower(*s1);
/netbsd-current/usr.sbin/bootp/common/
H A Dreadfile.c261 makelower(char *);
919 makelower(tmpstr);
1557 makelower(char *s)
1544 makelower(char *s) function

Completed in 130 milliseconds