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

/opensolaris-onvv-gate/usr/src/head/
H A Dndbm.h97 datum dbm_firstkey(DBM *);
107 datum dbm_firstkey();
/opensolaris-onvv-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 *));
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dndbm.h62 datum dbm_firstkey();
/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h78 #define dbm_firstkey shim_dbm_firstkey macro
H A Dmap_conv.c210 for (key = dbm_firstkey(dbm), next_print = PRINT_FREQ, entry_count = 1;
H A Dshim.c37 * dbm_nextkey() of dbm_firstkey() cannot be passed to dbm_store().
41 * 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);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.xs77 #define ndbm_FIRSTKEY(db) dbm_firstkey(db->dbp)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h96 #define dbm_firstkey sdbm_firstkey macro
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c164 for (key = dbm_firstkey(Scandbm); key.dptr != NULL;
H A Dmakedbm.c587 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.c1415 for (key = dbm_firstkey(db);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c257 return (dbm_firstkey(st->st_dbm));
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c125 return (dbm_firstkey(__cur_db));
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c344 dbm_cursor->smndbmc_current_key = dbm_firstkey(dbm);
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c324 for (key = dbm_firstkey(db); key.dptr != NULL; key = dbm_nextkey(db)) {
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/
H A Ddb.h984 #define dbm_firstkey(a) __db_ndbm_firstkey(a) macro
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c377 dbm_firstkey(DBM *db) function
/opensolaris-onvv-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.
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc722 datum dbm_firstkey(DBM *db);
H A Dmapfile-vers1516 dbm_firstkey;

Completed in 314 milliseconds