Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c103 char tobuf[MAXPATHLEN]; in renameit() local
116 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()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c399 boolean_t tobuf) in xhci_transfer_copy() argument
402 if (tobuf == B_TRUE) in xhci_transfer_copy()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1327 static char *tobuf = NULL; local
1814 SM_FREE_CLR(tobuf);
1818 p = tobuf;
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;
3450 tobuf[0] = '\0';
3482 e->e_to = tobuf + 1;
[all …]