Searched refs:makelower (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/libexec/bootpd/
H A Dreadfile.c265 makelower(char *);
929 makelower(tmpstr);
1581 makelower(s)
1568 makelower(s) function
/freebsd-11-stable/usr.bin/vgrind/
H A Dregexp.c58 #define makelower(c) (isupper((c)) ? tolower((c)) : (c)) macro
70 if (*s2 - makelower(*s1))
71 return (*s2 - makelower(*s1));
/freebsd-11-stable/contrib/sendmail/src/
H A Dalias.c815 makelower(al.q_user);
H A Ddeliver.c6221 makelower(s->s_hostsig.hs_sig);
H A Dmain.c749 makelower(jbuf);
H A Dmap.c1735 makelower(keybuf);
1832 makelower(keybuf);
2383 makelower(keybuf);
2531 makelower(keybuf);
2908 makelower(key);
2970 makelower(keybuf);
3175 makelower(keybuf);
3249 makelower(nbuf);
3535 makelower(search_key);
3979 # define SM_CONVERT_ID(str) makelower(st
[all...]
H A Dparseaddr.c2201 makelower(a->q_host);
2203 makelower(a->q_user);
H A Dqueue.c2853 makelower(w->w_host);
H A Dsendmail.h2769 extern void makelower __P((char *));
H A Dsrvrsmtp.c5463 makelower(topic);
H A Dudb.c865 makelower(keybuf);
H A Dutil.c934 makelower(p) function

Completed in 239 milliseconds