Lines Matching defs:pwddb
150 struct pwddb {
166 static struct pwddb sdb, idb;
171 static void deldbent(struct pwddb *, int, void *);
174 static int getdbent(struct pwddb *, int, void *, struct passwd **);
177 static void putdbents(struct pwddb *, struct passwd *, const char *, int,
179 static void putyptoken(struct pwddb *);
185 static void setversion(struct pwddb *);
197 closedb(struct pwddb *db)
204 opendb(struct pwddb *db, const char *dbname, const char *username,
776 setversion(struct pwddb *db)
808 putdbents(struct pwddb *db, struct passwd *pw, const char *passwd, int flags,
899 deldbent(struct pwddb *db, int type, void *keyp)
930 getdbent(struct pwddb *db, int type, void *keyp, struct passwd **tpwd)
1035 putyptoken(struct pwddb *db)