Searched refs:bodytype (Results 1 – 3 of 3) sorted by relevance
376 check_bodytype(bodytype) in check_bodytype() argument377 char *bodytype; in check_bodytype()380 if (bodytype == NULL)382 if (sm_strcasecmp(bodytype, "7BIT") == 0)384 if (sm_strcasecmp(bodytype, "8BITMIME") == 0)
2003 char *bodytype; local2037 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);
4895 char bodytype[MAXNAME + 1]; local4968 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);