Lines Matching refs:bufp
2061 char *bufp; local
2128 bufp = &optbuf[strlen(optbuf)];
2133 bufp = optbuf;
2139 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2141 bufp += strlen(bufp);
2155 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2157 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2159 bufp += strlen(bufp);
2192 SPACELEFT(optbuf, bufp) > strlen(e->e_envid) + 7)
2194 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2196 bufp += strlen(bufp);
2201 SPACELEFT(optbuf, bufp) > 9)
2203 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2207 bufp += strlen(bufp);
2212 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2218 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2220 bufp += strlen(bufp);
2229 IS_DLVR_BY(e) && SPACELEFT(optbuf, bufp) > 17)
2243 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2248 bufp += strlen(bufp);
2280 bufp = &buf[strlen(buf) - 1];
2281 if (*bufp == '>')
2282 *bufp = '\0';
2283 bufp = &buf[1];
2286 bufp = buf;
2290 smtpmessage("MAIL From:<%s>%s", m, mci, bufp, optbuf);
2295 *bufp == '@' ? ',' : ':', bufp, optbuf);
2392 char *bufp; local
2442 bufp = optbuf;
2470 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2473 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2479 (void) sm_strlcat(bufp, ",",
2481 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2487 (void) sm_strlcat(bufp, ",",
2489 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2493 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
2494 bufp += strlen(bufp);
2499 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)
2501 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2503 bufp += strlen(bufp);
3187 register char *bufp; local
3231 bufp = SmtpReplyBuffer;
3268 p = sfgets(bufp, MAXLINE, mci->mci_in, timeout, SmtpPhase);
3334 fixcrlf(bufp, true);
3336 sm_dprintf("received=%s\n", bufp);
3339 if (e->e_xfp != NULL && (bufp[0] == '4' ||
3340 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0)))
3367 "<<< %s\n", bufp);
3372 nmessage("050 %s", bufp);
3375 if (!ISSMTPREPLY(bufp))
3383 extenhsc(bufp + 4, ' ', enhstatcode) > 0)
3388 (*pfunc)(bufp, firstline, m, mci, e);
3391 r = atoi(bufp);
3418 o = extenhsc(bufp + 4, ' ', enhstatcode);
3441 e->e_rpool, bufp + o);
3450 , (void *)e, o, bufp, r, e->e_renhsc
3468 len = strlen(e->e_text) + strlen(bufp) + 3;
3474 bufp /* + o */);
3483 if (bufp[3] != '-')
3487 bufp = junkbuf;