Searched refs:pw_init (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.bin/chpass/ |
H A D | chpass.c | 197 if (pw_init(NULL, NULL)) in main() 247 if (pw_init(NULL, NULL)) in main()
|
/freebsd/usr.sbin/vipw/ |
H A D | vipw.c | 77 if (pw_init(passwd_dir, NULL) == -1) in main()
|
/freebsd/usr.sbin/pw/ |
H A D | pw_nis.c | 52 if (pw_init(NULL, path)) in pw_nisupdate()
|
H A D | pwupd.c | 99 if (pw_init(conf.etcpath, NULL)) in pw_update()
|
/freebsd/lib/libutil/ |
H A D | Makefile | 80 pw_util.3 pw_init.3 \
|
H A D | libutil.h | 160 int pw_init(const char *_dir, const char *_master);
|
H A D | pw_util.c | 88 pw_init(const char *dir, const char *master) in pw_init() function
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | yppasswdd_server.c | 624 if (pw_init(passdir, passfile)) { in yppasswdproc_update_1_svc() 852 if (pw_init(passdir, passfile)) { in yppasswdproc_update_master_1_svc()
|
/freebsd/lib/libpam/modules/pam_unix/ |
H A D | pam_unix.c | 414 if (pw_init(NULL, NULL)) in pam_sm_chauthtok()
|