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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_pwdutil.c115 int tempfd; local
130 if ((tempfd =
136 if ((dst = fdopen(tempfd, "wF")) == NULL) {
250 int tempfd; local
264 if ((tempfd =
270 if ((dst = fdopen(tempfd, "wF")) == NULL) {
/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c934 int tempfd; local
953 tempfd = open(SHADTEMP, O_WRONLY|O_CREAT|O_TRUNC, filemode);
954 if (tempfd < 0) {
958 (void) fchown(tempfd, (uid_t)0, stbuf.st_gid);
960 if ((dst = fdopen(tempfd, "wF")) == NULL) {
1037 int tempfd; local
1050 if ((tempfd = open(PASSTEMP, O_WRONLY|O_CREAT|O_TRUNC, 0600)) < 0) {
1054 if ((dst = fdopen(tempfd, "wF")) == NULL) {
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.c431 int tempfd; local
450 if ((tempfd = open(SMB_PASSTEMP, O_WRONLY|O_CREAT|O_TRUNC, 0600)) < 0) {
455 if ((dst = fdopen(tempfd, "wF")) == NULL) {
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c121 static int tempfd = -1; /* To store fd between lockutx() and unlockutx() */ variable
1092 tempfd = fd;
1109 fd = tempfd;

Completed in 34 milliseconds