Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dsavemail.c631 ee->e_msgboundary = sm_rpool_strdup_x(ee->e_rpool, buf);
638 ee->e_msgboundary);
777 if (e->e_msgboundary != NULL)
779 (void) sm_strlcpyn(buf, sizeof(buf), 2, "--", e->e_msgboundary);
1055 if (e->e_msgboundary != NULL)
1057 (void) sm_strlcpyn(buf, sizeof(buf), 2, "--", e->e_msgboundary);
1320 if (e->e_msgboundary == NULL)
1334 e->e_msgboundary);
1369 if (!putbody(mci, e->e_parent, e->e_msgboundary))
1372 else if (e->e_msgboundary == NULL)
[all …]
H A Dsendmail.h917 char *e_msgboundary; /* MIME-style message part boundary */ member