Searched refs:e_msgboundary (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | savemail.c | 636 ee->e_msgboundary = sm_rpool_strdup_x(ee->e_rpool, buf); 643 ee->e_msgboundary); 800 if (e->e_msgboundary != NULL) 802 (void) sm_strlcpyn(buf, sizeof(buf), 2, "--", e->e_msgboundary); 1080 if (e->e_msgboundary != NULL) 1082 (void) sm_strlcpyn(buf, sizeof(buf), 2, "--", e->e_msgboundary); 1358 if (e->e_msgboundary == NULL) 1372 e->e_msgboundary); 1407 if (!putbody(mci, e->e_parent, e->e_msgboundary)) 1410 else if (e->e_msgboundary == NULL) [all …]
|
| D | sendmail.h | 970 char *e_msgboundary; /* MIME-style message part boundary */ member
|