Searched refs:tobuf (Results 1 – 3 of 3) sorted by relevance
103 char tobuf[MAXPATHLEN]; in renameit() local116 strncpy(tobuf, from, pathend - from + 1); in renameit()117 tobuf[pathend - from + 1] = '\0'; in renameit()118 strlcat(tobuf, tp, sizeof (tobuf)); in renameit()119 to = tobuf; in renameit()
399 boolean_t tobuf) in xhci_transfer_copy() argument402 if (tobuf == B_TRUE) in xhci_transfer_copy()
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 …]