Home
last modified time | relevance | path

Searched refs:denlstring (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c653 denlstring(e->e_quarmsg, true, false));
658 denlstring(e->e_message, true, false));
689 denlstring(p, true, false));
694 denlstring(e->e_envid, true, false));
714 denlstring(q->q_message, true,
720 denlstring(q->q_orcpt, true,
724 denlstring(q->q_finalrcpt, true,
742 denlstring(q->q_paddr, true, false));
836 denlstring(buf, false, true));
857 denlstring(h->h_value, false,
[all …]
H A Dstab.c294 denlstring(p, true,
H A Drecipient.c214 (void) sm_strlcpy(bufp, denlstring(list, false, true), i);
378 (void) sm_strlcpy(bufp, denlstring(list, false, true), i);
587 p = xtextify(denlstring(qp, true, false), "=");
H A Dmci.c1064 denlstring(mci->mci_status, true, false));
1068 denlstring(mci->mci_rstatus, true, false));
H A Dheaders.c891 (void) sendtolist(denlstring(h->h_value, true, false),
2163 name = denlstring(name, false, true);
H A Dutil.c2284 (void) denlstring(f, true, true);
2317 denlstring(s, strict, logattacks) in denlstring() function
H A Dmain.c867 from = newstr(denlstring(optarg, true, true));
1698 full = newstr(denlstring(FullName, true, true));
H A Ddaemon.c4053 ans = denlstring((char *) hp->h_name, true, true);
4456 name = denlstring((char *) hp->h_name, true, true);
H A Dsendmail.h2524 extern char *denlstring __P((char *, bool, bool));
H A Dreadcf.c3101 DefaultCharSet = newstr(denlstring(val, true, true));