Searched refs:bodytype (Results 1 – 4 of 4) sorted by relevance
377 check_bodytype(bodytype) in check_bodytype() argument378 char *bodytype; in check_bodytype()381 if (bodytype == NULL)383 if (sm_strcasecmp(bodytype, "7BIT") == 0)385 if (sm_strcasecmp(bodytype, "8BITMIME") == 0)
2009 char *bodytype; local2043 bodytype = e->e_bodytype;2046 if (bodytype == NULL &&2051 bodytype = "8BITMIME";2052 if (bodytype != NULL &&2053 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)2056 " BODY=%s", bodytype);
4915 char bodytype[MAXNAME + 1]; local4988 statmsg[0] = bodytype[0] = '\0';5020 if ((i = strlen(&buf[1])) >= sizeof(bodytype))5021 i = sizeof(bodytype) - 1;5022 memmove(bodytype, &buf[1], i);5023 bodytype[i] = '\0';5059 if (statmsg[0] != '\0' || bodytype[0] != '\0')5064 bodytype);
7091 Define ${bodytype} to be the body type (from the -B flag or the