dbm_firstkey
datum dbm_firstkey(DBM *);
for (key = dbm_firstkey(db); key.dptr; key = dbm_nextkey(db)) {
key = dbm_firstkey(db);