Lines Matching refs:optbuf
2065 char optbuf[MAXLINE]; local
2126 (void) sm_snprintf(optbuf, sizeof(optbuf), " SIZE=%ld",
2128 bufp = &optbuf[strlen(optbuf)];
2132 optbuf[0] = '\0';
2133 bufp = optbuf;
2139 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2155 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2157 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2192 SPACELEFT(optbuf, bufp) > strlen(e->e_envid) + 7)
2194 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2201 SPACELEFT(optbuf, bufp) > 9)
2203 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2212 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2218 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2229 IS_DLVR_BY(e) && SPACELEFT(optbuf, bufp) > 17)
2243 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2290 smtpmessage("MAIL From:<%s>%s", m, mci, bufp, optbuf);
2295 *bufp == '@' ? ',' : ':', bufp, optbuf);
2393 char optbuf[MAXLINE]; local
2441 optbuf[0] = '\0';
2442 bufp = optbuf;
2470 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2473 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2480 sizeof(optbuf));
2481 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2488 sizeof(optbuf));
2489 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2493 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
2499 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)
2501 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2521 smtpmessage("RCPT To:<%s>%s", m, mci, rcpt, optbuf);