Home
last modified time | relevance | path

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

/freebsd/usr.bin/chpass/
H A Dchpass.c197 if (pw_init(NULL, NULL)) in main()
247 if (pw_init(NULL, NULL)) in main()
/freebsd/usr.sbin/vipw/
H A Dvipw.c77 if (pw_init(passwd_dir, NULL) == -1) in main()
/freebsd/usr.sbin/pw/
H A Dpw_nis.c52 if (pw_init(NULL, path)) in pw_nisupdate()
H A Dpwupd.c99 if (pw_init(conf.etcpath, NULL)) in pw_update()
/freebsd/lib/libutil/
H A DMakefile80 pw_util.3 pw_init.3 \
H A Dlibutil.h160 int pw_init(const char *_dir, const char *_master);
H A Dpw_util.c88 pw_init(const char *dir, const char *master) in pw_init() function
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c624 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 Dpam_unix.c414 if (pw_init(NULL, NULL)) in pam_sm_chauthtok()