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

/sendmail/sendmail/
H A Ddeliver.c1328 static char *tobuf = NULL; local
1540 /* avoid overflowing tobuf */
1815 SM_FREE_CLR(tobuf);
1816 tobuf = sm_pmalloc_x(strsize);
1819 p = tobuf;
1823 (void) sm_strlcpyn(p, tobufsize - (p - tobuf), 2,
1827 e->e_to = tobuf + 1;
3348 tobuf[0] = '\0';
3350 mci->mci_tolist = tobuf;
3415 if (tobuf[
[all...]

Completed in 16 milliseconds