Symbol: DB_HASH
crypto/heimdal/lib/roken/getcap.c
295
if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0))
crypto/krb5/src/plugins/kdb/db2/adb_openclose.c
331
db->db = dbopen(db->filename, O_RDWR, 0600, DB_HASH, &db->info);
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
370
dbc->hashfirst ? DB_HASH : DB_BTREE,
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
375
dbc->hashfirst ? DB_BTREE : DB_HASH,
crypto/krb5/src/plugins/kdb/db2/libdb2/db/db.c
62
case DB_HASH:
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
221
dbp->type = DB_HASH;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
655
return (DB_HASH);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
703
case DB_HASH:
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/driver2.c
84
if (!(db = dbopen("bigtest", O_RDWR | O_CREAT | O_BINARY, 0644, DB_HASH, &info))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tcreat3.c
75
O_CREAT|O_TRUNC|O_RDWR|O_BINARY, 0600, DB_HASH, &ctl))){
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tdel.c
77
if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR|O_BINARY, 0400, DB_HASH, &ctl))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/thash4.c
78
if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR|O_BINARY, 0400, DB_HASH, &ctl))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tread2.c
77
if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, &ctl))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tseq.c
66
if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, NULL))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tverify.c
78
if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, &ctl))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/bigtest.c
23
db = dbopen("big2.db", O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0664, DB_HASH, &info);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
101
db = dbopen("/usr/tmp/passwd.db", O_RDWR, 0664, DB_HASH, &passwd);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
126
db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
154
db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
33
db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0664, DB_HASH,
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
69
db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd);
lib/libc/db/db/db.c
67
case DB_HASH:
lib/libc/db/hash/hash.c
202
dbp->type = DB_HASH;
lib/libc/db/test/dbtest.c
562
return (DB_HASH);
lib/libc/db/test/dbtest.c
612
case DB_HASH:
lib/libc/db/test/hash.tests/driver2.c
72
if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
lib/libc/db/test/hash.tests/tcreat3.c
63
O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
lib/libc/db/test/hash.tests/tdel.c
65
if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
lib/libc/db/test/hash.tests/thash4.c
67
if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
lib/libc/db/test/hash.tests/tread2.c
65
if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
lib/libc/db/test/hash.tests/tseq.c
54
if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
lib/libc/db/test/hash.tests/tverify.c
66
if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
lib/libc/gen/getcap.c
240
if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0))
lib/libc/gen/getpwent.c
1550
(*db = dbopen(NULL, O_RDWR, 600, DB_HASH, 0)) == NULL)
lib/libc/gen/getpwent.c
726
(res = dbopen(_PATH_SMP_DB, O_RDONLY, 0, DB_HASH, NULL)) == NULL)
lib/libc/gen/getpwent.c
727
res = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
lib/libc/net/getservent.c
535
st->db = dbopen(_PATH_SERVICES_DB, O_RDONLY, 0, DB_HASH, NULL);
libexec/ypxfr/yp_dbwrite.c
71
dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo);
sbin/init/init.c
1268
if ((session_db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) {
sys/dev/aic7xxx/aicasm/aicasm_symbol.c
135
O_CREAT | O_NONBLOCK | O_RDWR, /*mode*/0, DB_HASH,
usr.bin/cap_mkdb/cap_mkdb.c
110
DEFFILEMODE, DB_HASH, &openinfo)) == NULL)
usr.bin/tsort/tsort.c
233
(db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL)
usr.sbin/pwd_mkdb/pwd_mkdb.c
210
O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo);
usr.sbin/pwd_mkdb/pwd_mkdb.c
217
O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
usr.sbin/pwd_mkdb/pwd_mkdb.c
226
pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
usr.sbin/pwd_mkdb/pwd_mkdb.c
274
O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo);
usr.sbin/pwd_mkdb/pwd_mkdb.c
280
O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
usr.sbin/services_mkdb/services_mkdb.c
143
(S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
usr.sbin/services_mkdb/uniq.c
67
if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)
usr.sbin/yp_mkdb/yp_mkdb.c
73
return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo));
usr.sbin/ypserv/yp_dblookup.c
402
dbp = dbopen(buf, O_RDONLY, PERM_SECURE, DB_HASH, NULL);