Searched refs:bodytype (Results 1 – 4 of 4) sorted by relevance
397 check_bodytype(bodytype) in check_bodytype() argument398 char *bodytype; in check_bodytype()401 if (bodytype == NULL)403 if (SM_STRCASEEQ(bodytype, "7bit"))405 if (SM_STRCASEEQ(bodytype, "8bitmime"))
2057 char *bodytype; local2140 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);
4999 char bodytype[MAXNAME + 1]; /* EAI:ok */ local5068 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);
7491 Define ${bodytype} to be the body type (from the -B flag or the