Searched refs:DBM (Results 26 - 35 of 35) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc751 void dbm_setdefwrite(DBM *db);
752 int dbm_flush(DBM *db);
753 int dbm_flushpag(DBM *db);
754 DBM *dbm_open(const char *file, int flags, mode_t mode);
755 void dbm_close(DBM *db);
756 int dbm_close_status(DBM *db);
757 datum dbm_fetch(DBM *db, datum key);
758 int dbm_delete(DBM *db, datum key);
759 int dbm_store(DBM *db, datum key, datum dat, int replace);
760 datum dbm_firstkey(DBM *d
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c38 * created with similar contents (but differing DBM pointers).
209 * used to check for date of DBM file so add the DBM
260 * DESCRIPTION: Find an existing map_ctrl for a map of a given DBM * (i.e.
270 get_map_ctrl(DBM *db)
272 /* Check that this really is a map_ctrl not a DBM */
275 "SHIM called with DBM ptr not map_crtl ptr");
325 * DBM files.
396 * opaque DBM pointer.
400 get_map_name(DBM *d
[all...]
H A Dmap_conv.c149 DBM *dbm;
187 /* Open the DBM file. Use real dbm call */
H A Dshim_changepasswd.c81 * Path to DBM files. This is only required for N2L mode. Traditional mode
531 DBM *map;
573 /* Do the update use simple DBM operation */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm181 The packages relating to various DBM-related implementations (F<DB_File>,
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c76 static DBM *db;
936 DBM *db;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c61 * Use standard DBM code.
95 * Implementation: This version uses a DBM database, indexed by aname,
99 * null in the DBM datum.size.
110 DBM *db;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c1399 ** NDBM_MAP_OPEN -- DBM-style map open
1407 register DBM *dbm;
1574 syserr("Cannot open DBM database %s", map->map_file);
1662 ** NDBM_MAP_LOOKUP -- look up a datum in a DBM-type map
1693 dfd = dbm_dirfno((DBM *) map->map_db1);
1696 pfd = dbm_pagfno((DBM *) map->map_db1);
1737 val = dbm_fetch((DBM *) map->map_db1, key);
1744 val = dbm_fetch((DBM *) map->map_db1, key);
1799 status = dbm_store((DBM *) map->map_db1, key, data, DBM_INSERT);
1832 status = dbm_store((DBM *) ma
[all...]
H A Dmain.c1182 #ifdef DBM
1183 case 'I': /* initialize alias DBM file */
1186 #endif /* DBM */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm782 tied to a DBM file, and you want to make sure that the cache is

Completed in 48 milliseconds

12