Searched defs:bufp (Results 1 - 2 of 2) sorted by relevance

/sendmail/sendmail/
H A Drecipient.c174 char *SM_NONVOLATILE bufp; local
205 bufp = buf;
209 bufp = sm_malloc_x(i);
210 endp = bufp + i;
214 (void) sm_strlcpy(bufp, denlstring(list, false, true), i);
217 for (p = bufp; *p != '\0'; )
305 if (bufp != buf)
306 sm_free(bufp);
344 char *SM_NONVOLATILE bufp; local
370 bufp
[all...]
H A Dusersmtp.c2008 char *bufp; local
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, SPACELEF
2276 char *bufp; local
3061 register char *bufp; local
[all...]

Completed in 18 milliseconds