Home
last modified time | relevance | path

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

/freebsd/usr.bin/chpass/
H A Dchpass.c199 if ((tfd = pw_tmp(-1)) == -1) { in main()
253 if ((tfd = pw_tmp(-1)) == -1) { in main()
/freebsd/usr.sbin/vipw/
H A Dvipw.c83 if ((tfd = pw_tmp(pfd)) == -1) { in main()
/freebsd/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()
/freebsd/lib/libutil/
H A DMakefile87 pw_util.3 pw_tmp.3
H A Dlibutil.h170 int pw_tmp(int _mfd);
H A Dpw_util.c205 pw_tmp(int mfd) in pw_tmp() function
/freebsd/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()
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c418 else if ((tfd = pw_tmp(-1)) == -1) in pam_sm_chauthtok()