Lines Matching refs:optbuf
2006 char optbuf[MAXLINE]; local
2027 (void) sm_snprintf(optbuf, sizeof(optbuf), " SIZE=%ld",
2029 bufp = &optbuf[strlen(optbuf)];
2033 optbuf[0] = '\0';
2034 bufp = optbuf;
2047 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2049 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2084 SPACELEFT(optbuf, bufp) > strlen(e->e_envid) + 7)
2086 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2093 SPACELEFT(optbuf, bufp) > 9)
2095 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2104 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2110 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2121 IS_DLVR_BY(e) && SPACELEFT(optbuf, bufp) > 17)
2135 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2168 smtpmessage("MAIL From:<%s>%s", m, mci, bufp, optbuf);
2173 *bufp == '@' ? ',' : ':', bufp, optbuf);
2271 char optbuf[MAXLINE]; local
2307 optbuf[0] = '\0';
2308 bufp = optbuf;
2336 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2339 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2346 sizeof(optbuf));
2347 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2354 sizeof(optbuf));
2355 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2359 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
2365 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)
2367 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2373 smtpmessage("RCPT To:<%s>%s", m, mci, to->q_user, optbuf);