Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/chpass/
H A Dchpass.c211 if ((tfd = pw_tmp(-1)) == -1) { in main()
265 if ((tfd = pw_tmp(-1)) == -1) { in main()
/freebsd-14.2/usr.sbin/vipw/
H A Dvipw.c95 if ((tfd = pw_tmp(pfd)) == -1) { in main()
/freebsd-14.2/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-14.2/lib/libutil/
H A DMakefile89 pw_util.3 pw_tmp.3
H A Dlibutil.h170 int pw_tmp(int _mfd);
H A Dpw_util.c207 pw_tmp(int mfd) in pw_tmp() function
/freebsd-14.2/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c634 if ((tfd = pw_tmp(-1)) == -1) { in yppasswdproc_update_1_svc()
862 if ((tfd = pw_tmp(-1)) == -1) { in yppasswdproc_update_master_1_svc()
/freebsd-14.2/lib/libpam/modules/pam_unix/
H A Dpam_unix.c419 else if ((tfd = pw_tmp(-1)) == -1) in pam_sm_chauthtok()