Searched refs:tobuf (Results 1 – 2 of 2) sorted by relevance
105 char tobuf[MAXPATHLEN]; in renameit() local118 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()
1327 static char *tobuf = NULL; local1814 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 …]