Searched defs:fd_uatemp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c139 static int fd_ptemp, fd_stemp, fd_uatemp; variable
734 fd_uatemp = open(USERATTR_TEMP, O_CREAT|O_EXCL|O_WRONLY,
736 if (fd_uatemp == -1) {
743 fd_uatemp = open(USERATTR_TEMP,
745 if (fd_uatemp == -1) {
755 fp_uatemp = fdopen(fd_uatemp, "w");
760 error = fchown(fd_uatemp, statbuf.st_uid, statbuf.st_gid);
762 error = fchmod(fd_uatemp,
1293 if (fflush(fp_uatemp) != 0 || fsync(fd_uatemp) != 0)

Completed in 60 milliseconds