Home
last modified time | relevance | path

Searched refs:dbm (Results 1 – 25 of 49) sorted by relevance

12

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_sdbm.c65 SDBM *dbm; /* open database */ member
114 dbm_value = sdbm_fetch(dict_sdbm->dbm, dbm_key); in dict_sdbm_lookup()
128 dbm_value = sdbm_fetch(dict_sdbm->dbm, dbm_key); in dict_sdbm_lookup()
207 if ((status = sdbm_store(dict_sdbm->dbm, dbm_key, dbm_value, in dict_sdbm_update()
269 sdbm_clearerr(dict_sdbm->dbm); in dict_sdbm_delete()
270 if ((status = sdbm_delete(dict_sdbm->dbm, dbm_key)) < 0) { in dict_sdbm_delete()
271 if (sdbm_error(dict_sdbm->dbm) != 0)/* fatal error */ in dict_sdbm_delete()
286 sdbm_clearerr(dict_sdbm->dbm); in dict_sdbm_delete()
287 if ((status = sdbm_delete(dict_sdbm->dbm, dbm_key)) < 0) { in dict_sdbm_delete()
288 if (sdbm_error(dict_sdbm->dbm) != 0)/* fatal error */ in dict_sdbm_delete()
[all …]
Ddict_dbm.c71 DBM *dbm; /* open database */ member
120 dbm_value = dbm_fetch(dict_dbm->dbm, dbm_key); in dict_dbm_lookup()
134 dbm_value = dbm_fetch(dict_dbm->dbm, dbm_key); in dict_dbm_lookup()
213 if ((status = dbm_store(dict_dbm->dbm, dbm_key, dbm_value, in dict_dbm_update()
275 dbm_clearerr(dict_dbm->dbm); in dict_dbm_delete()
276 if ((status = dbm_delete(dict_dbm->dbm, dbm_key)) < 0) { in dict_dbm_delete()
277 if (dbm_error(dict_dbm->dbm) != 0) /* fatal error */ in dict_dbm_delete()
292 dbm_clearerr(dict_dbm->dbm); in dict_dbm_delete()
293 if ((status = dbm_delete(dict_dbm->dbm, dbm_key)) < 0) { in dict_dbm_delete()
294 if (dbm_error(dict_dbm->dbm) != 0) /* fatal error */ in dict_dbm_delete()
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/otp/
Dotp_db.c80 otp_db_close (void *dbm) in otp_db_close() argument
82 dbm_close ((DBM *)dbm); in otp_db_close()
94 DBM *dbm = (DBM *)v; in otp_delete() local
100 return dbm_delete(dbm, key); in otp_delete()
110 DBM *dbm = (DBM *)v; in otp_get_internal() local
118 dat = dbm_fetch (dbm, key); in otp_get_internal()
151 return dbm_store (dbm, key, dat, DBM_REPLACE); in otp_get_internal()
183 DBM *dbm = (DBM *)v; in otp_put() local
234 return dbm_store (dbm, key, dat, DBM_REPLACE); in otp_put()
Dotp_challenge.c46 void *dbm; in otp_challenge() local
56 dbm = otp_db_open (); in otp_challenge()
57 if (dbm == NULL) { in otp_challenge()
61 ret = otp_get (dbm, ctx); in otp_challenge()
62 otp_db_close (dbm); in otp_challenge()
Dotp_verify.c65 void *dbm; in otp_verify_user() local
71 dbm = otp_db_open (); in otp_verify_user()
72 if (dbm == NULL) { in otp_verify_user()
76 otp_put (dbm, ctx); in otp_verify_user()
78 otp_db_close (dbm); in otp_verify_user()
/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Ddb.m4119 DBM *dbm;
160 dbm.h \
169 #include <dbm.h>
171 DBM *dbm;
194 DBM *dbm;
223 #include <dbm.h>
/netbsd/src/external/bsd/mdocml/dist/
DMakefile.depend26 dba_read.o: dba_read.c mandoc_aux.h mansearch.h dba_array.h dba.h dbm.h
28 dbm.o: dbm.c config.h mansearch.h dbm_map.h dbm.h
29 dbm_map.o: dbm_map.c config.h mansearch.h dbm_map.h dbm.h
50 …arch.o: mansearch.c config.h mandoc_aux.h mandoc_ohash.h compat_ohash.h manconf.h mansearch.h dbm.h
DMakefile84 dbm.c \
156 dbm.h \
285 DBM_OBJS = dbm.o \
/netbsd/src/external/bsd/mdocml/bin/mandoc/
DMakefile15 dbm.c \
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dsendmail16 # freezed configuration file (dbm format?) created from sendmail.cf with -bz
Ddatabase12 0 belong 0x13579acd GNU dbm 1.x or ndbm database, big endian, 32-bit
14 0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian, old
16 0 belong 0x13579acf GNU dbm 1.x or ndbm database, big endian, 64-bit
18 0 lelong 0x13579acd GNU dbm 1.x or ndbm database, little endian, 32-bit
20 0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian, old
22 0 lelong 0x13579acf GNU dbm 1.x or ndbm database, little endian, 64-bit
24 0 string GDBM GNU dbm 2.x database
36 !:mime application/x-dbm
/netbsd/src/sys/dev/ic/
Drt2661.c2828 int lo, hi, dbm; in rt2661_rx_tune() local
2842 dbm = sc->avg_rssi; in rt2661_rx_tune()
2846 DPRINTFN(2, ("RSSI=%ddBm false CCA=%d\n", dbm, cca)); in rt2661_rx_tune()
2848 if (dbm < -74) { in rt2661_rx_tune()
2852 hi -= 2 * (-74 - dbm); in rt2661_rx_tune()
2863 } else if (dbm < -66) { in rt2661_rx_tune()
2865 } else if (dbm < -58) { in rt2661_rx_tune()
2867 } else if (dbm < -35) { in rt2661_rx_tune()
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dnisplus_table53 # alias_maps = dbm:/etc/mail/aliases,
/netbsd/src/lib/libc/db/hash/
DREADME4 This package implements a superset of the hsearch and dbm/ndbm libraries.
/netbsd/src/external/ibm-public/postfix/dist/conf/
Dgeneric34 # result, an indexed file in dbm or db format, is used for
172 # use dbm database files. To find out what tables your sys-
Dvirtual49 # The result, an indexed file in dbm or db format, is used
188 # Note: some systems use dbm databases instead of hash. See
Drelocated16 # result, an indexed file in dbm or db format, is used for
Dmain.cf422 #alias_maps = dbm:/etc/aliases
432 #alias_database = dbm:/etc/aliases
433 #alias_database = dbm:/etc/mail/aliases
Daccess23 # result, an indexed file in dbm or db format, is used for
445 # tables, some systems use dbm. Use the command "postconf
Daliases64 # result, an indexed file in dbm or db format, is used for
Dcanonical21 # result, an indexed file in dbm or db format, is used for
/netbsd/src/external/ibm-public/postfix/dist/
DCOMPATIBILITY14 dbm tables yes (compile time option)
DRELEASE_NOTES-2.2138 NOTE: You cannot use dbm databases. TLS session objects are too
288 with Postfix sequence operator support: hash, btree, dbm, and sdbm.
/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c11994 sqlite3 *dbm; /* In-memory db for this analysis */ member
12721 sqlite3* dbm, /* Database to search */ in idxFindCompatible() argument
12735 rc = idxPrintfPrepareStmt(dbm, &pIdxList, 0, "PRAGMA index_list=%Q", zTbl); in idxFindCompatible()
12746 rc = idxPrintfPrepareStmt(dbm, &pInfo, 0, "PRAGMA index_xInfo=%Q", zIdx); in idxFindCompatible()
12806 sqlite3 *dbm = p->dbm; in idxCreateFromCons() local
12808 if( (pEq || pTail) && 0==idxFindCompatible(&rc, dbm, pScan, pEq, pTail) ){ in idxCreateFromCons()
12843 rc = sqlite3_exec(dbm, zFind, countNonzeros, &i, 0); in idxCreateFromCons()
12867 rc = sqlite3_exec(dbm, zIdx, 0, 0, p->pzErrmsg); in idxCreateFromCons()
13029 sqlite3 *dbm = p->dbm; in idxFindIndexes() local
13039 rc = idxPrintfPrepareStmt(dbm, &pExplain, pzErr, in idxFindIndexes()
[all …]
/netbsd/src/usr.bin/spell/spell/
Dspecial.netbsd210 dbm

12