Home
last modified time | relevance | path

Searched refs:pw_make (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libutil/
H A DMakefile81 pw_util.3 pw_make.3 \
H A Dpw_util.c396 pw_make(const struct passwd *pw) in pw_make() function
443 if ((line = pw_make(pw)) == NULL) in pw_copy()
H A Dlibutil.h162 char *pw_make(const struct passwd *_pw);
/freebsd/usr.bin/chpass/
H A Dedit.c274 buf = pw_make(pw); in verify()
/freebsd/usr.sbin/pw/
H A Dpw_user.c539 p = v7 ? pw_make_v7(pwd) : pw_make(pwd); in print_user()