Searched refs:bodytype (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c365 ** CHECK_BODYTYPE -- check bodytype parameter
368 ** bodytype -- bodytype parameter
376 check_bodytype(bodytype)
377 char *bodytype;
380 if (bodytype == NULL)
382 if (sm_strcasecmp(bodytype, "7BIT") == 0)
384 if (sm_strcasecmp(bodytype, "8BITMIME") == 0)
H A Dusersmtp.c2003 char *bodytype; local
2037 bodytype = e->e_bodytype;
2040 if (bodytype == NULL &&
2045 bodytype = "8BITMIME";
2046 if (bodytype != NULL &&
2047 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2050 " BODY=%s", bodytype);
H A Dqueue.c4895 char bodytype[MAXNAME + 1]; local
4968 statmsg[0] = bodytype[0] = '\0';
5000 if ((i = strlen(&buf[1])) >= sizeof(bodytype))
5001 i = sizeof(bodytype) - 1;
5002 memmove(bodytype, &buf[1], i);
5003 bodytype[i] = '\0';
5039 if (statmsg[0] != '\0' || bodytype[0] != '\0')
5044 bodytype);

Completed in 81 milliseconds