/src/lib/libutil/compat/ |
util.h | 52 void pw_copy(int, int, struct passwd50 *, struct passwd50 *);
|
compat_passwd.c | 56 __warn_references(pw_copy, 57 "warning: reference to compatibility pw_copy(); " 76 pw_copy(int ffd, int tfd, struct passwd50 *pw50, struct passwd50 *opw50) function in typeref:typename:void
|
/src/usr.sbin/rpc.yppasswdd/ |
yppasswdd_mkpw.c | 155 pw_copy(pfd, tfd, &pw, NULL);
|
/src/include/ |
util.h | 113 void pw_copy(int, int, struct passwd *, struct passwd *)
|
/src/usr.bin/passwd/ |
local_passwd.c | 181 /* Save the old pw information for comparing on pw_copy(). */ 217 pw_copy(pfd, tfd, pw, &old_pw); 290 /* Save the old pw information for comparing on pw_copy(). */ 326 pw_copy(pfd, tfd, pw, &old_pw);
|
/src/usr.bin/chpass/ |
chpass.c | 281 pw_copy(pfd, tfd, pw, (op == LOADENTRY) ? NULL : &old_pw);
|
/src/lib/libutil/ |
Makefile | 76 MLINKS+=pw_init.3 pw_copy.3
|
passwd.c | 302 /* for use in pw_copy(). Compare a pw entry to a pw struct. */ 340 pw_copy(int ffd, int tfd, struct passwd *pw, struct passwd *old_pw) function in typeref:typename:void
|