Searched refs:pw_copy (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_nis.c67 if (pw_copy(pfd, tfd, pw, old_pw) == -1) {
70 err(1, "pw_copy()");
H A Dpwupd.c114 if (pw_copy(pfd, tfd, pw, old_pw) == -1) {
117 err(1, "pw_copy()");
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c76 pw_copy(int ffd, int tfd, struct passwd *pw, struct passwd *old_pw);
229 pw_copy(pfd, tfd, pw, NULL);
H A DMakefile8 SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c
H A Dpw_copy.c35 static const char sccsid[] = "@(#)pw_copy.c 8.4 (Berkeley) 4/2/94";
62 /* for use in pw_copy(). Compare a pw entry to a pw struct. */
84 pw_copy(int ffd, int tfd, struct passwd *pw, struct passwd *old_pw) function
/freebsd-11-stable/usr.bin/chpass/
H A Dchpass.c269 if (pw_copy(pfd, tfd, pw, old_pw) == -1) {
271 err(1, "pw_copy");
/freebsd-11-stable/lib/libutil/
H A DMakefile75 MLINKS+=pw_util.3 pw_copy.3 \
H A Dlibutil.h147 int pw_copy(int _ffd, int _tfd, const struct passwd *_pw,
H A Dpw_util.c428 pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw) function
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c636 if (pw_copy(pfd, tfd, &yp_password, NULL) == -1) {
638 yp_error("pw_copy() failed");
860 if (pw_copy(pfd, tfd, &newpasswd, NULL) == -1) {
862 yp_error("pw_copy() failed");
/freebsd-11-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c411 else if (pw_copy(pfd, tfd, pwd, old_pwd) == -1)
412 openpam_log(PAM_LOG_ERROR, "pw_copy() failed");

Completed in 109 milliseconds