pwd_mkdb.c | 174 static int getdbent(struct pwddb *, int, void *, struct passwd **); 415 if (getdbent(&sdb, _PW_KEYBYNAME, username, &tpwd)) 479 rv = getdbent(&sdb, _PW_KEYBYNUM, &lineno, &tpwd); 491 if (!getdbent(&sdb, _PW_KEYBYUID, &olduid, &tpwd)) { 507 if (!getdbent(&sdb, _PW_KEYBYUID, &pwd.pw_uid, &tpwd)) 930 getdbent(struct pwddb *db, int type, void *keyp, struct passwd **tpwd) function in typeref:typename:int
|