Searched refs:bufp (Results 1 - 2 of 2) sorted by relevance
/sendmail/sendmail/ |
H A D | usersmtp.c | 2008 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...] |
H A D | recipient.c | 174 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...] |
Completed in 40 milliseconds