Home
last modified time | relevance | path

Searched refs:dbm_nextkey (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dndbm_wrap.h62 #define dbm_nextkey dbm_rename(dbm_nextkey) macro
89 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_nextkey (DBM*);
H A Dndbm_wrap.c144 dbm_nextkey (DBM *db) in dbm_nextkey() function
/freebsd/lib/libc/db/
H A DSymbol.map7 dbm_nextkey;
/freebsd/lib/libc/db/man/
H A DMakefile.inc12 MLINKS+= dbm.3 dbm_nextkey.3
/freebsd/include/
H A Dndbm.h71 datum dbm_nextkey(DBM *);
/freebsd/lib/libc/db/hash/
H A Dndbm.c132 dbm_nextkey(DBM *db) in dbm_nextkey() function
/freebsd/crypto/heimdal/lib/hdb/
H A Dndbm.c89 key = dbm_nextkey(d->db); in NDBM_seq()
/freebsd/contrib/sendmail/libsmdb/
H A Dsmndbm.c351 dbm_cursor->smndbmc_current_key = dbm_nextkey(dbm);