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

/freebsd-13-stable/contrib/sendmail/src/
H A Dcollect.c897 if (e->e_bodytype != NULL &&
898 sm_strcasecmp(e->e_bodytype, "8BITMIME") == 0)
899 e->e_bodytype = "7BIT";
H A Dheaders.c1042 if ((e->e_bodytype != NULL &&
1043 sm_strcasecmp(e->e_bodytype, "8BITMIME") == 0) ||
1048 e->e_bodytype = "8BITMIME";
1180 if (e->e_bodytype != NULL)
1183 ", bodytype=%.20s", e->e_bodytype);
1228 if (e->e_bodytype != NULL)
1231 "bodytype=%.20s, ", e->e_bodytype);
H A Dmain.c851 BlankEnvelope.e_bodytype = newstr(optarg);
1464 i = check_bodytype(BlankEnvelope.e_bodytype);
1467 usrerr("Illegal body type %s", BlankEnvelope.e_bodytype);
1468 BlankEnvelope.e_bodytype = NULL;
3061 CurEnv->e_bodytype = NULL;
H A Dqueue.c646 if (e->e_bodytype != NULL)
648 denlstring(e->e_bodytype, true, false));
4233 e->e_bodytype = sm_rpool_strdup_x(e->e_rpool, &bp[1]);
H A Dsrvrsmtp.c4672 e->e_bodytype = NULL;
4758 e->e_bodytype = sm_rpool_strdup_x(e->e_rpool, vp);
H A Dsendmail.h1029 char *e_bodytype; /* type of message body */ member in struct:envelope
H A Dusersmtp.c2081 bodytype = e->e_bodytype;
H A Ddeliver.c844 macdefine(&e->e_macro, A_PERM, macid("{bodytype}"), e->e_bodytype);

Completed in 212 milliseconds