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

/netbsd-current/lib/libc/compat/db/hash/
H A Dcompat_ndbmdatum.c23 __warn_references(dbm_nextkey,
24 "warning: reference to compatibility dbm_nextkey();"
/netbsd-current/lib/libc/compat/include/
H A Dndbm.h49 datum12 dbm_nextkey(DBM *);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dndbm_wrap.h64 #define dbm_nextkey dbm_rename(dbm_nextkey) macro
91 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_nextkey (DBM*);
H A Dndbm_wrap.c148 dbm_nextkey (DBM *db) function
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmyndbm.h47 #define dbm_nextkey mydbm_nextkey macro
H A Dmodules.c915 for (key = dbm_firstkey (db); key.dptr != NULL; key = dbm_nextkey (db))
/netbsd-current/lib/libc/db/man/
H A DMakefile.inc10 MLINKS+= dbm_clearerr.3 dbm_nextkey.3 dbm_clearerr.3 dbm_open.3
/netbsd-current/include/
H A Dndbm.h84 datum dbm_nextkey(DBM *) __RENAME(__dbm_nextkey13);
/netbsd-current/lib/libc/db/hash/
H A Dndbmdatum.c110 dbm_nextkey(DBM *db) function
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ncr2.h275 long dbm_blkptr; /* current block for dbm_nextkey */
276 int dbm_keyptr; /* current key for dbm_nextkey */
308 extern datum dbm_nextkey(DBM *);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dndbm.c91 key = dbm_nextkey(d->db);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_dbm.c340 dbm_key = dbm_nextkey(dict_dbm->dbm);

Completed in 231 milliseconds