Symbol: DB_HASH
distrib/special/libstubs/db.c
55
case DB_HASH:
lib/libc/db/db/db.c
59
case DB_HASH:
lib/libc/db/hash/hash.c
201
dbp->type = DB_HASH;
lib/libcurses/tinfo/hashed_db.c
137
DB_HASH,
lib/libcurses/tinfo/hashed_db.c
147
DB_HASH,
lib/libcurses/tinfo/hashed_db.c
154
DB_HASH,
lib/libcurses/tinfo/hashed_db.c
166
DB_HASH,
lib/libkvm/kvm.c
690
kd->db = dbopen(dbname, O_RDONLY, 0, DB_HASH, NULL);
libexec/spamd/grey.c
1042
db = dbopen(PATH_SPAMD_DB, O_EXLOCK|O_RDWR, 0600, DB_HASH, &hashinfo);
libexec/spamd/grey.c
534
db = dbopen(dbname, O_EXLOCK|O_RDWR, 0600, DB_HASH, &hashinfo);
libexec/spamd/grey.c
690
db = dbopen(dbname, O_EXLOCK|O_RDWR, 0600, DB_HASH, &hashinfo);
libexec/spamd/grey.c
774
db = dbopen(dbname, O_EXLOCK|O_RDWR, 0600, DB_HASH, &hashinfo);
libexec/spamlogd/spamlogd.c
299
db = dbopen(dbname, O_EXLOCK|O_RDWR, 0600, DB_HASH, &hashinfo);
regress/lib/libc/db/dbtest.c
567
return (DB_HASH);
regress/lib/libc/db/dbtest.c
617
case DB_HASH:
sys/dev/microcode/aic7xxx/aicasm_symbol.c
135
O_CREAT | O_NONBLOCK | O_RDWR, /*mode*/0, DB_HASH,
usr.bin/cap_mkdb/cap_mkdb.c
108
DEFFILEMODE, DB_HASH, &openinfo)) == NULL)
usr.bin/chpass/getpwent.c
374
_pw_db = dbopen(_PATH_SMP_DB, O_RDONLY, 0, DB_HASH, NULL);
usr.bin/chpass/getpwent.c
376
_pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
usr.bin/vacation/vacation.c
151
db = dbopen(VDB, flags, S_IRUSR|S_IWUSR, DB_HASH, NULL);
usr.sbin/dev_mkdb/dev_mkdb.c
97
S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH, DB_HASH, &info);
usr.sbin/kvm_mkdb/kvm_mkdb.c
189
S_IRUSR | S_IWUSR | S_IRGRP, DB_HASH, &openinfo);
usr.sbin/kvm_mkdb/testdb.c
64
if ((db = dbopen(dbname, O_RDONLY, 0, DB_HASH, NULL)) == NULL)
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
153
(S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, NULL);
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
203
db = dbopen(NULL, O_RDWR | O_CREAT | O_EXCL, 0, DB_HASH, NULL);
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
308
xdb = dbopen(NULL, O_RDWR | O_CREAT | O_EXCL, 0, DB_HASH, NULL);
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
432
udb = dbopen(NULL, O_RDWR | O_CREAT | O_EXCL, 0, DB_HASH, NULL);
usr.sbin/pwd_mkdb/pwd_mkdb.c
197
dp = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
usr.sbin/pwd_mkdb/pwd_mkdb.c
223
O_RDWR, PERM_SECURE, DB_HASH, &openinfo);
usr.sbin/pwd_mkdb/pwd_mkdb.c
226
O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
usr.sbin/pwd_mkdb/pwd_mkdb.c
246
dp = dbopen(buf, O_RDWR, PERM_INSECURE, DB_HASH,
usr.sbin/pwd_mkdb/pwd_mkdb.c
250
DB_HASH, &openinfo);
usr.sbin/rpc.statd/statd.c
492
db = dbopen(filename, O_RDWR|O_CREAT|O_NDELAY|O_EXLOCK, 0644, DB_HASH,
usr.sbin/smtpd/makemap.c
106
dbtype = DB_HASH;
usr.sbin/smtpd/makemap.c
75
DBTYPE dbtype = DB_HASH;
usr.sbin/smtpd/table_db.c
133
handle->db = dbopen(table->t_config, O_RDONLY, 0600, DB_HASH, NULL);
usr.sbin/spamdb/spamdb.c
365
0600, DB_HASH, &hashinfo);
usr.sbin/ypserv/makedbm/db.c
51
db = dbopen(path, O_RDONLY, 0, DB_HASH, NULL);