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

/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.h42 int pw_mkdb(const char *);
H A Dlocal_passwd.c231 if (!pw_mkdb(uname))
H A Dpw_util.c170 pw_mkdb(const char *username) function
/freebsd-11-stable/usr.sbin/vipw/
H A Dvipw.c114 if (pw_mkdb(NULL) == 0) {
/freebsd-11-stable/usr.sbin/pw/
H A Dpwupd.c125 if (pw_mkdb(pw != NULL ? pw->pw_name : NULL) == -1) {
127 err(1, "pw_mkdb()");
/freebsd-11-stable/usr.bin/chpass/
H A Dchpass.c273 if (pw_mkdb(pw->pw_name) == -1) {
275 err(1, "pw_mkdb()");
/freebsd-11-stable/lib/libutil/
H A DMakefile83 pw_util.3 pw_mkdb.3 \
H A Dlibutil.h158 int pw_mkdb(const char *_user);
H A Dpw_util.c248 pw_mkdb(const char *user) function
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c651 * Call pw_mkdb to rebuild passwd and the .db files
653 if (pw_mkdb(yp_password.pw_name) == -1) {
655 yp_error("pw_mkdb() failed");
874 * Call pw_mkdb to rebuild passwd and the .db files
876 if (pw_mkdb(argp->newpw.pw_name) == -1) {
878 yp_error("pw_mkdb() failed");
/freebsd-11-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c413 else if (pw_mkdb(pwd->pw_name) == -1)
414 openpam_log(PAM_LOG_ERROR, "pw_mkdb() failed");

Completed in 195 milliseconds