Home
last modified time | relevance | path

Searched refs:pw_tmp (Results 1 – 10 of 10) sorted by relevance

/src/usr.bin/chpass/
H A Dchpass.c199 if ((tfd = pw_tmp(-1)) == -1) { in main()
253 if ((tfd = pw_tmp(-1)) == -1) { in main()
/src/usr.sbin/vipw/
H A Dvipw.c83 if ((tfd = pw_tmp(pfd)) == -1) { in main()
/src/usr.sbin/pw/
H A Dpw_nis.c58 if ((tfd = pw_tmp(-1)) == -1) { in pw_nisupdate()
H A Dpwupd.c105 if ((tfd = pw_tmp(-1)) == -1) { in pw_update()
/src/lib/libutil/
H A DSymbol.map97 pw_tmp;
H A Dlibutil.h177 int pw_tmp(int _mfd);
H A DMakefile127 MLINKS+=pw_util.3 pw_tmp.3
H A Dpw_util.c205 pw_tmp(int mfd) in pw_tmp() function
/src/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c633 if ((tfd = pw_tmp(-1)) == -1) { in yppasswdproc_update_1_svc()
861 if ((tfd = pw_tmp(-1)) == -1) { in yppasswdproc_update_master_1_svc()
/src/lib/libpam/modules/pam_unix/
H A Dpam_unix.c418 else if ((tfd = pw_tmp(-1)) == -1) in pam_sm_chauthtok()