Home
last modified time | relevance | path

Searched refs:e_bodytype (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c1028 if ((e->e_bodytype != NULL &&
1029 sm_strcasecmp(e->e_bodytype, "8BITMIME") == 0) ||
1034 e->e_bodytype = "8BITMIME";
1163 if (e->e_bodytype != NULL)
1166 ", bodytype=%.20s", e->e_bodytype);
1201 if (e->e_bodytype != NULL)
1204 "bodytype=%.20s, ", e->e_bodytype);
H A Dcollect.c890 if (e->e_bodytype != NULL &&
891 sm_strcasecmp(e->e_bodytype, "8BITMIME") == 0)
892 e->e_bodytype = "7BIT";
H A Dmain.c838 BlankEnvelope.e_bodytype = newstr(optarg);
1451 i = check_bodytype(BlankEnvelope.e_bodytype);
1454 usrerr("Illegal body type %s", BlankEnvelope.e_bodytype);
1455 BlankEnvelope.e_bodytype = NULL;
2981 CurEnv->e_bodytype = NULL;
H A Dsrvrsmtp.c4142 e->e_bodytype = NULL;
4228 e->e_bodytype = sm_rpool_strdup_x(e->e_rpool, vp);
H A Dqueue.c646 if (e->e_bodytype != NULL)
648 denlstring(e->e_bodytype, true, false));
4191 e->e_bodytype = sm_rpool_strdup_x(e->e_rpool, &bp[1]);
H A Dsendmail.h896 char *e_bodytype; /* type of message body */ member
H A Dusersmtp.c2037 bodytype = e->e_bodytype;
H A Ddeliver.c834 macdefine(&e->e_macro, A_PERM, macid("{bodytype}"), e->e_bodytype);