Lines Matching refs:bufp

2008 	char *bufp;
2035 bufp = &optbuf[strlen(optbuf)];
2040 bufp = optbuf;
2053 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2055 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2057 bufp += strlen(bufp);
2090 SPACELEFT(optbuf, bufp) > strlen(e->e_envid) + 7)
2092 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2094 bufp += strlen(bufp);
2099 SPACELEFT(optbuf, bufp) > 9)
2101 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2105 bufp += strlen(bufp);
2110 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2116 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2118 bufp += strlen(bufp);
2127 IS_DLVR_BY(e) && SPACELEFT(optbuf, bufp) > 17)
2141 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2146 bufp += strlen(bufp);
2164 bufp = &buf[strlen(buf) - 1];
2165 if (*bufp == '>')
2166 *bufp = '\0';
2167 bufp = &buf[1];
2170 bufp = buf;
2174 smtpmessage("MAIL From:<%s>%s", m, mci, bufp, optbuf);
2179 *bufp == '@' ? ',' : ':', bufp, optbuf);
2276 char *bufp;
2314 bufp = optbuf;
2318 ** in bufp is sizeof(optbuf)
2342 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2345 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2351 (void) sm_strlcat(bufp, ",",
2353 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2359 (void) sm_strlcat(bufp, ",",
2361 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2365 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
2366 bufp += strlen(bufp);
2371 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)
2373 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2375 bufp += strlen(bufp);
3061 register char *bufp;
3087 bufp = SmtpReplyBuffer;
3124 p = sfgets(bufp, MAXLINE, mci->mci_in, timeout, SmtpPhase);
3190 fixcrlf(bufp, true);
3193 if (e->e_xfp != NULL && (bufp[0] == '4' ||
3194 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0)))
3221 "<<< %s\n", bufp);
3226 nmessage("050 %s", bufp);
3229 if (!ISSMTPREPLY(bufp))
3234 extenhsc(bufp + 4, ' ', enhstatcode) > 0)
3239 (*pfunc)(bufp, firstline, m, mci, e);
3242 r = atoi(bufp);
3254 if (bufp[3] != '-')
3258 bufp = junkbuf;