/titanic_50/usr/src/cmd/sendmail/db/dbm/ |
H A D | dbm.c | 229 __db_ndbm_close(dbm) in __db_ndbm_close() argument 230 DBM *dbm; in __db_ndbm_close() 234 dbc = (DBC *)dbm; 245 __db_ndbm_fetch(dbm, key) in __db_ndbm_fetch() argument 246 DBM *dbm; in __db_ndbm_fetch() 254 dbc = (DBC *)dbm; 288 __db_ndbm_firstkey(dbm) in __db_ndbm_firstkey() argument 289 DBM *dbm; in __db_ndbm_firstkey() 296 dbc = (DBC *)dbm; 323 __db_ndbm_nextkey(dbm) in __db_ndbm_nextkey() argument [all …]
|
/titanic_50/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)) [all …]
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | map_conv.c | 150 DBM *dbm; in dump_map_to_dit() local 189 dbm = dbm_open(map_path, O_RDONLY, 0644); in dump_map_to_dit() 194 if (NULL == dbm) { in dump_map_to_dit() 208 for (key = dbm_firstkey(dbm), next_print = PRINT_FREQ, entry_count = 1; in dump_map_to_dit() 209 NULL != key.dptr; key = dbm_nextkey(dbm), entry_count ++) { in dump_map_to_dit() 223 value = dbm_fetch(dbm, key); in dump_map_to_dit() 238 dbm_close(dbm); in dump_map_to_dit()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | ndbm | 6 DBM* dbm = 0; 7 dbm_close(dbm);
|
/titanic_50/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
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | db_mindex2.cc | 1175 db_mindex *dbm = 0; in storeObjLDAP() local 1191 dbm = dbase->mindex(); in storeObjLDAP() 1192 if (dbase == 0 || dbm == 0 || dbm->table == 0) { in storeObjLDAP() 1205 READLOCK(dbm->table, LDAP_OPERATIONS_ERROR, in storeObjLDAP() 1209 tea = dbm->table->gettab(); in storeObjLDAP() 1210 ntea = dbm->table->getsize(); in storeObjLDAP() 1220 READUNLOCK(dbm->table, LDAP_NO_MEMORY, in storeObjLDAP() 1234 READUNLOCK(dbm->table, in storeObjLDAP() 1242 READUNLOCK(dbm->table, in storeObjLDAP() 1258 READUNLOCK(dbm->table, stat, in storeObjLDAP()
|
/titanic_50/usr/src/ucblib/libdbm/ |
H A D | Makefile.com | 29 OBJECTS= dbm.o
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/ |
H A D | Makefile.com | 56 dbm.o
|
/titanic_50/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 1912 int lo, hi, dbm; in rt2661_rx_tune() local 1926 dbm = sc->avg_rssi; in rt2661_rx_tune() 1931 "RSSI=%ddBm false CCA=%d\n", dbm, cca); in rt2661_rx_tune() 1933 if (dbm < -74) { in rt2661_rx_tune() 1937 hi -= 2 * (-74 - dbm); in rt2661_rx_tune() 1948 } else if (dbm < -66) { in rt2661_rx_tune() 1950 } else if (dbm < -58) { in rt2661_rx_tune() 1952 } else if (dbm < -35) { in rt2661_rx_tune()
|
/titanic_50/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 \
|
/titanic_50/usr/src/head/ |
H A D | Makefile | 262 dbm.h \
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1412 register DBM *dbm; local 1566 dbm = dbm_open(map->map_file, mode, DBMMODE); 1567 if (dbm == NULL) 1582 dfd = dbm_dirfno(dbm); 1583 pfd = dbm_pagfno(dbm); 1587 dbm_close(dbm); 1602 dbm_close(dbm); 1613 map->map_db1 = (ARBPTR_T) dbm;
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 958 /* dbm.c */
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 556 FEATURE(`mailertable', `dbm /usr/lib/mailertable') 560 define(`DATABASE_MAP_TYPE', `dbm') 878 FEATURE(`virtusertable', `dbm /etc/mail/virtusers')
|
/titanic_50/exception_lists/ |
H A D | cstyle | 620 usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/dbm.c
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-header.mf | 680 file path=usr/include/rpcsvc/dbm.h
|