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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h70 #define dbm_nextkey kdb2_dbm_nextkey macro
83 datum dbm_nextkey __P((DBM *));
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h79 #define dbm_nextkey shim_dbm_nextkey macro
H A Dmap_conv.c209 NULL != key.dptr; key = dbm_nextkey(dbm), entry_count ++) {
H A Dshim.c36 * dbm_nextkey() of dbm_firstkey() cannot be passed to dbm_store().
40 * this by dbm_firstkey() and dbm_nextkey() making a copy of the
322 ret = dbm_nextkey(map->entries);
H A Ddit_access.c923 key = dbm_nextkey(temp_entries_db);
1388 key = dbm_nextkey(temp_entries_db);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dndbm.h26 long dbm_blkptr; /* current block for dbm_nextkey */
27 int dbm_keyptr; /* current key for dbm_nextkey */
63 datum dbm_nextkey();
/illumos-gate/usr/src/head/
H A Dndbm.h72 long dbm_blkptr; /* current block for dbm_nextkey */
73 int dbm_keyptr; /* current key for dbm_nextkey */
97 datum dbm_nextkey(DBM *);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c165 key = dbm_nextkey(Scandbm)) {
H A Dmakedbm.c586 key = dbm_nextkey(fdb)) {
H A Dypserv_proc.c759 k = dbm_nextkey(fdb);
1185 resp.ypnext_resp_keydat = dbm_nextkey(fdb);
H A Dypxfr.c1413 key.dptr != NULL; key = dbm_nextkey(db))
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c141 return (dbm_nextkey(__cur_db));
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c354 dbm_cursor->smndbmc_current_key = dbm_nextkey(dbm);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1705 key = dbm_nextkey(dbp->db)) {
1797 * disturb the underlying dbm_firstkey()/dbm_nextkey() sequence; we
1832 key = dbm_nextkey(pdb->db)) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c386 dbm_nextkey(DBM *db) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c475 dbm_nextkey(DBM *db) function
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c324 for (key = dbm_firstkey(db); key.dptr != NULL; key = dbm_nextkey(db)) {
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h985 #define dbm_nextkey(a) __db_ndbm_nextkey(a) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile745 dbm_nextkey.3c \
1995 dbm_nextkey.3c := LINKSRC = ndbm.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc746 datum dbm_nextkey(DBM *db);

Completed in 117 milliseconds