Home
last modified time | relevance | path

Searched refs:bodytype (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
Dutil.c397 check_bodytype(bodytype) in check_bodytype() argument
398 char *bodytype; in check_bodytype()
401 if (bodytype == NULL)
403 if (SM_STRCASEEQ(bodytype, "7bit"))
405 if (SM_STRCASEEQ(bodytype, "8bitmime"))
Dusersmtp.c2057 char *bodytype; local
2140 bodytype = e->e_bodytype;
2143 if (bodytype == NULL &&
2148 bodytype = "8BITMIME";
2149 if (bodytype != NULL &&
2150 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2153 " BODY=%s", bodytype);
Dqueue.c4999 char bodytype[MAXNAME + 1]; /* EAI:ok */ local
5068 statmsg[0] = bodytype[0] = '\0';
5100 if ((i = strlen(&buf[1])) >= sizeof(bodytype))
5101 i = sizeof(bodytype) - 1;
5102 memmove(bodytype, &buf[1], i);
5103 bodytype[i] = '\0';
5139 if (statmsg[0] != '\0' || bodytype[0] != '\0')
5144 bodytype);
/freebsd-12-stable/contrib/sendmail/
DRELEASE_NOTES7491 Define ${bodytype} to be the body type (from the -B flag or the