Searched refs:denlstring (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 653 denlstring(e->e_bodytype, true, false)); 658 denlstring(e->e_quarmsg, true, false)); 663 denlstring(e->e_message, true, false)); 698 denlstring(p, true, false)); 703 denlstring(e->e_envid, true, false)); 708 denlstring(e->e_auth_param, true, false)); 724 denlstring(q->q_message, true, 730 denlstring(q->q_orcpt, true, 734 denlstring(q->q_finalrcpt, true, 760 denlstring(q->q_paddr, true, false)); [all …]
|
H A D | stab.c | 325 denlstring(p, true,
|
H A D | recipient.c | 221 (void) sm_strlcpy(bufp, denlstring(list, false, true), i); 386 (void) sm_strlcpy(bufp, denlstring(list, false, true), i); 606 p = xtextify(denlstring(qp, true, false), "=");
|
H A D | mci.c | 1138 denlstring(mci->mci_status, true, false)); 1142 denlstring(mci->mci_rstatus, true, false));
|
H A D | headers.c | 931 (void) sendtolist(denlstring(h->h_value, true, false), 2273 name = denlstring(name, false, true);
|
H A D | util.c | 2431 (void) denlstring(f, true, true); 2464 denlstring(s, strict, logattacks) in denlstring() function
|
H A D | daemon.c | 4316 ans = denlstring((char *) hp->h_name, true, true); 4722 name = denlstring((char *) hp->h_name, true, true);
|
H A D | main.c | 908 fromaddr = newstr(denlstring(optarg, true, true)); 1752 full = newstr(denlstring(FullName, true, true));
|
H A D | sendmail.h | 2885 extern char *denlstring __P((char *, bool, bool));
|
H A D | readcf.c | 3966 DefaultCharSet = newstr(denlstring(val, true, true));
|