Home
last modified time | relevance | path

Searched refs:pw_copy (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/pw/
H A Dpw_nis.c62 if (pw_copy(pfd, tfd, pw, old_pw) == -1) { in pw_nisupdate()
H A Dpwupd.c109 if (pw_copy(pfd, tfd, pw, old_pw) == -1) { in pw_update()
/freebsd/usr.bin/chpass/
H A Dchpass.c257 if (pw_copy(pfd, tfd, pw, old_pw) == -1) { in main()
/freebsd/lib/libutil/
H A DMakefile75 MLINKS+=pw_util.3 pw_copy.3 \
H A Dlibutil.h153 int pw_copy(int _ffd, int _tfd, const struct passwd *_pw,
H A Dpw_util.c426 pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw) in pw_copy() function
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c638 if (pw_copy(pfd, tfd, &yp_password, NULL) == -1) { in yppasswdproc_update_1_svc()
867 if (pw_copy(pfd, tfd, &newpasswd, NULL) == -1) { in yppasswdproc_update_master_1_svc()
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c420 else if (pw_copy(pfd, tfd, pwd, old_pwd) == -1) in pam_sm_chauthtok()