/osnet-11/usr/src/cmd/sendmail/db/dbm/ |
H A D | dbm.c | 50 static const char sccsid[] = "@(#)dbm.c 10.23 (Sleepycat) 11/22/98"; 69 * This package provides dbm and ndbm compatible interfaces to DB. 169 (void)fprintf(stderr, "dbm: no open database.\n"); 173 * This package provides dbm and ndbm compatible interfaces to DB. 229 __db_ndbm_close(dbm) 230 DBM *dbm; 234 dbc = (DBC *)dbm; 245 __db_ndbm_fetch(dbm, key) 246 DBM *dbm; 254 dbc = (DBC *)dbm; [all...] |
/osnet-11/usr/src/cmd/sendmail/libsmdb/ |
H A D | smndbm.c | 97 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm; local 99 dbm_close(dbm); 116 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm; local 124 result = dbm_delete(dbm, dbkey); 129 if (dbm_error(dbm)) 145 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm; local 147 *fd = dbm_dirfno(dbm); 170 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm; local 179 dbdata = dbm_fetch(dbm, dbkey); 184 if (dbm_error(dbm)) 206 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm; local 250 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm; local 305 DBM *dbm = db->smndbm_dbm; local 333 DBM *dbm = db->smndbm_dbm; local 396 DBM *dbm = db->smndbm_dbm; local 502 DBM *dbm = NULL; local [all...] |
/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | map_conv.c | 149 DBM *dbm; local 187 /* Open the DBM file. Use real dbm call */ 188 dbm = dbm_open(map_path, O_RDONLY, 0644); 193 if (NULL == dbm) { 207 for (key = dbm_firstkey(dbm), next_print = PRINT_FREQ, entry_count = 1; 208 NULL != key.dptr; key = dbm_nextkey(dbm), entry_count ++) { 222 value = dbm_fetch(dbm, key); 237 dbm_close(dbm);
|
/osnet-11/usr/src/cmd/sendmail/db/ |
H A D | Makefile | 45 db_rec.o db_region.o db_ret.o db_salloc.o db_shash.o dbm.o hash.o \ 129 dbm%.o: $(srcdir)/dbm/dbm%.c
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/ |
H A D | ODBM_File.xs | 6 # include <dbm.h> 9 # include <rpcsvc/dbm.h> 34 /* Close the previous dbm, and fail to open a new dbm */ 94 croak("Old dbm can only open one database");
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_mindex2.cc | 1175 db_mindex *dbm = 0; local 1191 dbm = dbase->mindex(); 1192 if (dbase == 0 || dbm == 0 || dbm->table == 0) { 1205 READLOCK(dbm->table, LDAP_OPERATIONS_ERROR, 1209 tea = dbm->table->gettab(); 1210 ntea = dbm->table->getsize(); 1220 READUNLOCK(dbm->table, LDAP_NO_MEMORY, 1234 READUNLOCK(dbm->table, 1242 READUNLOCK(dbm [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | AnyDBM_File.pm | 91 dbm(3), ndbm(3), DB_File(3), L<perldbmfilter>
|
H A D | DBM_Filter.pm | 371 at the point where the filter is applied to a dbm. In this mode the
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/ |
H A D | Makefile.com | 55 dbm.o
|
/osnet-11/usr/src/lib/libnsl/ |
H A D | Makefile.com | 85 dbm.o yp_all.o yp_b_clnt.o yp_b_xdr.o yp_bind.o \
|
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 36 #include <rpcsvc/dbm.h>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Functions.pm | 183 dbmclose Objects,I/O breaks binding on a tied dbm file 184 dbmopen Objects,I/O create binding on a tied dbm file
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1407 register DBM *dbm; local 1433 syserr("dbm map \"%s\": map file %s name too long", 1470 syserr("dbm map \"%s\": %s map file %s", 1561 dbm = dbm_open(map->map_file, mode, DBMMODE); 1562 if (dbm == NULL) 1577 dfd = dbm_dirfno(dbm); 1578 pfd = dbm_pagfno(dbm); 1582 dbm_close(dbm); 1588 syserr("dbm map \"%s\": cannot support GDBM", 1597 dbm_close(dbm); [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 664 * This symbol, if defined, indicates that <dbm.h> exists and should 668 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
|