Searched refs:tfull (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 417 char tfull[MAXFULLNAME]; local 432 (void) snprintf(tfull, sizeof (tfull), "%s/%s", XQTDIR, tfile); 433 (void) unlink(tfull); 449 char tfull[MAXFULLNAME]; local 468 (void) snprintf(tfull, sizeof (tfull), "%s/%s", XQTDIR, tfile); 472 if (chkpth(tfull, CK_WRITE) == FAIL) { 474 * tfull will have been canonicalized. If 478 if (!PREFIX(XQTDIR, tfull)) 483 ASSERT(xmv(ffile, tfull) == 0, "XMV ERROR", tfull, errno); local 500 char tfull[MAXFULLNAME], ffull[MAXFULLNAME], xfull[MAXFULLNAME]; local [all...] |
Completed in 44 milliseconds