Home
last modified time | relevance | path

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

/original-bsd/usr.bin/f77/libU77/
H A Drename_.c35 char tobuf[MAXPATHLEN]; local
39 if (frlen >= sizeof frbuf || tolen >= sizeof tobuf)
42 g_char (to, tolen, tobuf);
/original-bsd/usr.sbin/sendmail/src/
H A Ddeliver.c779 tobuf[0] = '\0';
780 e->e_to = tobuf;
796 if (sizeof tobuf < (strlen(to->q_paddr) + strlen(tobuf) + 2))
918 (void) strcat(tobuf, ",");
943 if (tobuf[0] == '\0')
950 e->e_to = tobuf + 1;
1503 register char *t = tobuf;
1507 tobuf[0] = '\0';
1526 if (tobuf[0] == '\0')
1535 e->e_to = tobuf + 1;
[all …]
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES3236 Define size of tobuf in conf.h. Observed by Toshinari Takahashi