Searched refs:uncompfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1361 int uncompfd = -1; local
1408 if ((uncompfd = mkstemp64(tmpfilename)) == -1) {
1418 (void) fchmod(uncompfd, statbuf.st_mode);
1420 if (fchown(uncompfd, statbuf.st_uid, statbuf.st_gid) == -1) {
1422 (void) close(uncompfd);
1434 if (write(uncompfd, buf, rbytes) != rbytes) {
1441 (void) close(uncompfd);
1484 int compfd = -1, uncompfd = -1; local
1523 if ((uncompfd = open64(filename, O_RDWR|O_LARGEFILE, 0)) == -1)
1539 if (fcntl(uncompfd, F_SETLK
[all...]

Completed in 62 milliseconds