Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/restore/
H A Dutilities.c105 char tobuf[MAXPATHLEN]; in renameit() local
118 strncpy(tobuf, from, pathend - from + 1); in renameit()
119 tobuf[pathend - from + 1] = NULL; in renameit()
120 strlcat(tobuf, tp, sizeof (tobuf)); in renameit()
121 to = tobuf; in renameit()
/titanic_50/usr/src/cmd/sendmail/src/
H A Ddeliver.c1327 static char *tobuf = NULL; local
1814 SM_FREE_CLR(tobuf);
1815 tobuf = sm_pmalloc_x(strsize);
1818 p = tobuf;
1822 (void) sm_strlcpyn(p, tobufsize - (p - tobuf), 2,
1826 e->e_to = tobuf + 1;
3340 tobuf[0] = '\0';
3342 mci->mci_tolist = tobuf;
3407 if (tobuf[0] == '\0'
3421 e->e_to = tobuf + 1;
[all …]