Searched defs:ffull (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 500 char tfull[MAXFULLNAME], ffull[MAXFULLNAME], xfull[MAXFULLNAME]; local 519 (void) snprintf(ffull, MAXFULLNAME, "%s/%s", RemSpool, ffile); 523 if (chkpth(ffull, CK_WRITE) == FAIL || 527 ASSERT(xmv(tfull, ffull) == 0, "XMV ERROR", ffull, errno); local 528 (void) chmod(ffull, (mode_t)0600);
|
Completed in 60 milliseconds