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

/netbsd-6-1-5-RELEASE/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c175 int getdbent(struct pwddb *, int, void *, struct passwd **);
417 if (getdbent(&sdb, _PW_KEYBYNAME, username, &tpwd))
481 rv = getdbent(&sdb, _PW_KEYBYNUM, &lineno, &tpwd);
493 if (!getdbent(&sdb, _PW_KEYBYUID, &olduid, &tpwd)) {
509 if (!getdbent(&sdb, _PW_KEYBYUID, &pwd.pw_uid, &tpwd))
932 getdbent(struct pwddb *db, int type, void *keyp, struct passwd **tpwd) function

Completed in 70 milliseconds