Home
last modified time | relevance | path

Searched refs:makelower (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c23 #define makelower(c) (isupper((c)) ? tolower((c)) : (c)) macro
35 if (*s2 - makelower(*s1)) in STRNCMP()
36 return (*s2 - makelower(*s1)); in STRNCMP()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1694 makelower(keybuf);
1791 makelower(keybuf);
2342 makelower(keybuf);
2490 makelower(keybuf);
2751 makelower(keybuf);
2825 makelower(nbuf);
3108 makelower(search_key);
3552 # define SM_CONVERT_ID(str) makelower(str)
5830 makelower(search_key);
7221 makelower(keybuf);
[all …]
H A Dalias.c816 makelower(al.q_user);
H A Dudb.c861 makelower(keybuf);
H A Dparseaddr.c2185 makelower(a->q_host);
2187 makelower(a->q_user);
H A Dutil.c934 makelower(p) in makelower() function
H A Dsendmail.h2571 extern void makelower __P((char *));
H A Dmain.c736 makelower(jbuf);
H A Dsrvrsmtp.c4907 makelower(topic);
H A Ddeliver.c5901 makelower(s->s_hostsig.hs_sig);
H A Dqueue.c2811 makelower(w->w_host);