Lines Matching refs:bufp

2002 	char *bufp;
2029 bufp = &optbuf[strlen(optbuf)];
2034 bufp = optbuf;
2047 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2049 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2051 bufp += strlen(bufp);
2084 SPACELEFT(optbuf, bufp) > strlen(e->e_envid) + 7)
2086 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2088 bufp += strlen(bufp);
2093 SPACELEFT(optbuf, bufp) > 9)
2095 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2099 bufp += strlen(bufp);
2104 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2110 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2112 bufp += strlen(bufp);
2121 IS_DLVR_BY(e) && SPACELEFT(optbuf, bufp) > 17)
2135 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2140 bufp += strlen(bufp);
2158 bufp = &buf[strlen(buf) - 1];
2159 if (*bufp == '>')
2160 *bufp = '\0';
2161 bufp = &buf[1];
2164 bufp = buf;
2168 smtpmessage("MAIL From:<%s>%s", m, mci, bufp, optbuf);
2173 *bufp == '@' ? ',' : ':', bufp, optbuf);
2270 char *bufp;
2308 bufp = optbuf;
2312 ** in bufp is sizeof(optbuf)
2336 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2339 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2345 (void) sm_strlcat(bufp, ",",
2347 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2353 (void) sm_strlcat(bufp, ",",
2355 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2359 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
2360 bufp += strlen(bufp);
2365 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)
2367 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2369 bufp += strlen(bufp);
3056 register char *bufp;
3082 bufp = SmtpReplyBuffer;
3119 p = sfgets(bufp, MAXLINE, mci->mci_in, timeout, SmtpPhase);
3185 fixcrlf(bufp, true);
3188 if (e->e_xfp != NULL && (bufp[0] == '4' ||
3189 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0)))
3216 "<<< %s\n", bufp);
3221 nmessage("050 %s", bufp);
3224 if (!ISSMTPREPLY(bufp))
3229 extenhsc(bufp + 4, ' ', enhstatcode) > 0)
3234 (*pfunc)(bufp, firstline, m, mci, e);
3239 r = atoi(bufp);
3246 if (bufp[3] != '-')
3250 bufp = junkbuf;