Lines Matching refs:bufp

2025 	char *bufp;
2065 bufp = &optbuf[strlen(optbuf)];
2070 bufp = optbuf;
2075 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2077 bufp += strlen(bufp);
2091 SPACELEFT(optbuf, bufp) > strlen(bodytype) + 7)
2093 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2095 bufp += strlen(bufp);
2128 SPACELEFT(optbuf, bufp) > strlen(e->e_envid) + 7)
2130 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2132 bufp += strlen(bufp);
2137 SPACELEFT(optbuf, bufp) > 9)
2139 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2143 bufp += strlen(bufp);
2148 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2154 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2156 bufp += strlen(bufp);
2165 IS_DLVR_BY(e) && SPACELEFT(optbuf, bufp) > 17)
2179 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2184 bufp += strlen(bufp);
2202 bufp = &buf[strlen(buf) - 1];
2203 if (*bufp == '>')
2204 *bufp = '\0';
2205 bufp = &buf[1];
2208 bufp = buf;
2212 smtpmessage("MAIL From:<%s>%s", m, mci, bufp, optbuf);
2217 *bufp == '@' ? ',' : ':', bufp, optbuf);
2314 char *bufp;
2352 bufp = optbuf;
2356 ** in bufp is sizeof(optbuf)
2380 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2383 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2389 (void) sm_strlcat(bufp, ",",
2391 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2397 (void) sm_strlcat(bufp, ",",
2399 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2403 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
2404 bufp += strlen(bufp);
2409 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)
2411 (void) sm_snprintf(bufp, SPACELEFT(optbuf, bufp),
2413 bufp += strlen(bufp);
3100 register char *bufp;
3138 bufp = SmtpReplyBuffer;
3175 p = sfgets(bufp, MAXLINE, mci->mci_in, timeout, SmtpPhase);
3241 fixcrlf(bufp, true);
3244 if (e->e_xfp != NULL && (bufp[0] == '4' ||
3245 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0)))
3272 "<<< %s\n", bufp);
3277 nmessage("050 %s", bufp);
3280 if (!ISSMTPREPLY(bufp))
3285 extenhsc(bufp + 4, ' ', enhstatcode) > 0)
3290 (*pfunc)(bufp, firstline, m, mci, e);
3293 r = atoi(bufp);
3322 o = extenhsc(bufp + 4, ' ', enhstatcode);
3345 e->e_rpool, bufp + o);
3350 sm_dprintf("user: e=%p, offset=%d, bufp=%s, rcode=%d, enhstat=%s, rtype=%d, text=%s\n"
3351 , (void *)e, o, bufp, r, e->e_renhsc
3359 if (bufp[3] != '-')
3363 bufp = junkbuf;