Home
last modified time | relevance | path

Searched refs:e_msgboundary (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsavemail.c638 ee->e_msgboundary = sm_rpool_strdup_x(ee->e_rpool, buf);
645 ee->e_msgboundary);
847 if (e->e_msgboundary != NULL)
849 (void) sm_strlcpyn(buf, sizeof(buf), 2, "--", e->e_msgboundary);
1127 if (e->e_msgboundary != NULL)
1129 (void) sm_strlcpyn(buf, sizeof(buf), 2, "--", e->e_msgboundary);
1430 if (e->e_msgboundary == NULL)
1444 e->e_msgboundary);
1490 if (!putbody(mci, e->e_parent, e->e_msgboundary))
1493 else if (e->e_msgboundary == NULL)
[all …]
H A Dsendmail.h1148 char *e_msgboundary; /* MIME-style message part boundary */ member