Home
last modified time | relevance | path

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

/freebsd/usr.bin/chpass/
H A Dchpass.c143 if ((pw = pw_dup(pw)) == NULL || in main()
144 (old_pw = pw_dup(pw)) == NULL) in main()
H A Dedit.c78 return (pw_dup(pw)); in edit()
202 if ((pw = pw_dup(pw)) == NULL) in verify()
/freebsd/usr.sbin/pw/
H A Dpw_nis.c47 pw = pw_dup(pwd); in pw_nisupdate()
H A Dpwupd.c94 pw = pw_dup(pwd); in pw_update()
H A Dpw_user.c223 nispwd = pw_dup(pwd); in perform_chgpwent()
/freebsd/lib/libutil/
H A DMakefile76 pw_util.3 pw_dup.3 \
H A Dpw_util.c602 pw_dup(const struct passwd *pw) in pw_dup() function
678 ret = pw_dup(&pw); in pw_scan()
H A Dlibutil.h156 *pw_dup(const struct passwd *_pw);
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c392 if ((old_pwd = pw_dup(pwd)) == NULL) in pam_sm_chauthtok()