Lines Matching refs:passwd
382 pw_equal(const struct passwd *pw1, const struct passwd *pw2) in pw_equal()
399 pw_make(const struct passwd *pw) in pw_make()
414 pw_make_v7(const struct passwd *pw) in pw_make_v7()
429 pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw) in pw_copy()
432 struct passwd *fpw; in pw_copy()
433 const struct passwd *spw; in pw_copy()
604 struct passwd *
605 pw_dup(const struct passwd *pw) in pw_dup()
608 struct passwd *npw; in pw_dup()
662 pw_initpwd(struct passwd *pw) in pw_initpwd()
668 struct passwd *
671 struct passwd pw, *ret; in pw_scan()