Home
last modified time | relevance | path

Searched refs:addpwent (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pw/
H A Dpwupd.c131 addpwent(struct passwd * pwd) in addpwent() function
H A Dpwupd.h116 int addpwent(struct passwd * pwd);
H A Dpw_user.c1413 if ((rc = addpwent(pwd)) != 0) { in pw_user_add()