Home
last modified time | relevance | path

Searched refs:tobuf (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Dsubr.c626 char *tobuf; in get_file() local
658 tobuf = *buf; in get_file()
664 got = fread (tobuf, 1, *bufsize - (tobuf - *buf), e); in get_file()
668 tobuf += got; in get_file()
674 if (tobuf == *buf + *bufsize) in get_file()
682 off = tobuf - *buf; in get_file()
684 tobuf = *buf + off; in get_file()
685 *tobuf++ = c; in get_file()
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Ddeliver.c1329 static char *tobuf = NULL; local
1816 SM_FREE_CLR(tobuf);
1817 tobuf = sm_pmalloc_x(strsize);
1820 p = tobuf;
1824 (void) sm_strlcpyn(p, tobufsize - (p - tobuf), 2,
1828 e->e_to = tobuf + 1;
3350 tobuf[0] = '\0';
3352 mci->mci_tolist = tobuf;
3417 if (tobuf[0] == '\0'
3431 e->e_to = tobuf + 1;
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES5297 Avoid bogus reporting of "LMTP tobuf overflow" when the buffer