Home
last modified time | relevance | path

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

/dragonfly/usr.bin/chpass/
HDchpass.c196 if (pw_init(NULL, NULL)) in main()
246 if (pw_init(NULL, NULL)) in main()
/dragonfly/usr.sbin/vipw/
HDvipw.c80 if (pw_init(passwd_dir, NULL) == -1) in main()
/dragonfly/lib/libutil/
HDlibutil.h117 int pw_init(const char *_dir, const char *_master);
HDMakefile133 pw_util.3 pw_init.3 \
HDpw_util.c88 pw_init(const char *dir, const char *master) in pw_init() function
/dragonfly/usr.sbin/rpc.yppasswdd/
HDyppasswdd_server.c589 if (pw_init(dirname(passfile), passfile)) { in yppasswdproc_update_1_svc()
810 if (pw_init(dirname(passfile), passfile)) { in yppasswdproc_update_master_1_svc()
/dragonfly/lib/libpam/modules/pam_unix/
HDpam_unix.c408 if (pw_init(NULL, NULL)) in pam_sm_chauthtok()