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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h68 #define dbm_firstkey kdb2_dbm_firstkey macro
81 datum dbm_firstkey __P((DBM *));
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h78 #define dbm_firstkey shim_dbm_firstkey macro
H A Dmap_conv.c208 for (key = dbm_firstkey(dbm), next_print = PRINT_FREQ, entry_count = 1;
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
287 ret = dbm_firstkey(map->entries);
H A Ddit_access.c909 key = dbm_firstkey(temp_entries_db);
1375 key = dbm_firstkey(temp_entries_db);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dndbm.h62 datum dbm_firstkey();
/illumos-gate/usr/src/head/
H A Dndbm.h96 datum dbm_firstkey(DBM *);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c164 for (key = dbm_firstkey(Scandbm); key.dptr != NULL;
H A Dmakedbm.c585 for (key = dbm_firstkey(fdb); key.dptr != NULL;
H A Dypserv_proc.c755 k = dbm_firstkey(fdb);
1124 resp.ypfirst_resp_keydat = dbm_firstkey(fdb);
H A Dypxfr.c1412 for (key = dbm_firstkey(db);
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c125 return (dbm_firstkey(__cur_db));
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c344 dbm_cursor->smndbmc_current_key = dbm_firstkey(dbm);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1704 for (key = dbm_firstkey(dbp->db); key.dptr != NULL;
1797 * disturb the underlying dbm_firstkey()/dbm_nextkey() sequence; we
1831 for (key = dbm_firstkey(pdb->db); key.dptr != NULL;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c377 dbm_firstkey(DBM *db) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c454 dbm_firstkey(DBM *db) function
458 * says that dbm_firstkey() is not a cancellation point.
/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.h984 #define dbm_firstkey(a) __db_ndbm_firstkey(a) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile744 dbm_firstkey.3c \
1994 dbm_firstkey.3c := LINKSRC = ndbm.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc745 datum dbm_firstkey(DBM *db);

Completed in 140 milliseconds