Home
last modified time | relevance | path

Searched refs:pw_make_v7 (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libutil/
H A DMakefile82 pw_util.3 pw_make_v7.3 \
H A Dlibutil.h163 char *pw_make_v7(const struct passwd *_pw);
H A Dpw_util.c411 pw_make_v7(const struct passwd *pw) in pw_make_v7() function
/freebsd/usr.sbin/pw/
H A Dpw_user.c539 p = v7 ? pw_make_v7(pwd) : pw_make(pwd); in print_user()