| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/ |
| H A D | passtest.c | 33 db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0664, DB_HASH, in main() 69 db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd); in main() 101 db = dbopen("/usr/tmp/passwd.db", O_RDWR, 0664, DB_HASH, &passwd); in main() 126 db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd); in main() 154 db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd); in main()
|
| H A D | bigtest.c | 23 db = dbopen("big2.db", O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0664, DB_HASH, &info); in main()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | hashed_db.c | 138 DB_HASH, in _nc_db_open() 148 DB_HASH, in _nc_db_open() 155 DB_HASH, in _nc_db_open() 167 DB_HASH, in _nc_db_open()
|
| /freebsd/usr.sbin/pwd_mkdb/ |
| H A D | pwd_mkdb.c | 210 O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main() 217 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main() 226 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in main() 274 O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main() 280 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main()
|
| /freebsd/contrib/sendmail/libsmdb/ |
| H A D | smdb2.c | 47 return DB_HASH; 50 return DB_HASH; 467 if (db_type == DB_HASH) 519 if (db_type == DB_HASH)
|
| H A D | smdb1.c | 71 return DB_HASH; 74 return DB_HASH; 80 return DB_HASH;
|
| /freebsd/lib/libc/db/test/hash.tests/ |
| H A D | tseq.c | 54 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
|
| H A D | tcreat3.c | 63 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
|
| H A D | tread2.c | 65 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
|
| H A D | tverify.c | 66 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
|
| H A D | driver2.c | 72 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
|
| H A D | tdel.c | 65 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
|
| H A D | thash4.c | 67 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/ |
| H A D | tseq.c | 66 if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, NULL))) {
|
| H A D | tcreat3.c | 75 O_CREAT|O_TRUNC|O_RDWR|O_BINARY, 0600, DB_HASH, &ctl))){
|
| H A D | tread2.c | 77 if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, &ctl))) {
|
| H A D | tverify.c | 78 if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, &ctl))) {
|
| H A D | driver2.c | 84 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT | O_BINARY, 0644, DB_HASH, &info))) {
|
| H A D | tdel.c | 77 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR|O_BINARY, 0400, DB_HASH, &ctl))) {
|
| H A D | thash4.c | 78 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR|O_BINARY, 0400, DB_HASH, &ctl))) {
|
| /freebsd/libexec/ypxfr/ |
| H A D | yp_dbwrite.c | 71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/db/ |
| H A D | db.c | 62 case DB_HASH: in kdb2_dbopen()
|
| /freebsd/lib/libc/db/db/ |
| H A D | db.c | 67 case DB_HASH: in dbopen()
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | uniq.c | 67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
|
| /freebsd/include/ |
| H A D | db.h | 70 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
|