| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | hashed_db.c | 59 DB_HASH, in _nc_db_open() 67 DB_HASH, in _nc_db_open() 74 DB_HASH, in _nc_db_open() 89 DB_HASH, in _nc_db_open()
|
| /freebsd-9-stable/contrib/sendmail/libsmdb/ |
| D | smdb2.c | 49 return DB_HASH; 52 return DB_HASH; 469 if (db_type == DB_HASH) 504 if (db_type == DB_HASH)
|
| D | smdb1.c | 73 return DB_HASH; 76 return DB_HASH; 82 return DB_HASH;
|
| /freebsd-9-stable/usr.sbin/pwd_mkdb/ |
| D | pwd_mkdb.c | 227 O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main() 234 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main() 243 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in main() 291 O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main() 297 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main()
|
| /freebsd-9-stable/lib/libc/db/test/hash.tests/ |
| D | tseq.c | 64 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
|
| D | tcreat3.c | 73 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
|
| D | tread2.c | 75 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
|
| D | tverify.c | 76 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
|
| D | driver2.c | 82 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
|
| D | tdel.c | 75 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
|
| D | thash4.c | 77 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
|
| /freebsd-9-stable/libexec/ypxfr/ |
| D | yp_dbwrite.c | 71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
|
| /freebsd-9-stable/lib/libc/db/db/ |
| D | db.c | 61 case DB_HASH: in dbopen()
|
| /freebsd-9-stable/usr.sbin/services_mkdb/ |
| D | uniq.c | 68 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
|
| D | services_mkdb.c | 142 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo); in main()
|
| /freebsd-9-stable/include/ |
| D | db.h | 71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
|
| /freebsd-9-stable/usr.bin/cap_mkdb/ |
| D | cap_mkdb.c | 123 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
|
| /freebsd-9-stable/usr.sbin/yp_mkdb/ |
| D | yp_mkdb.c | 75 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
|
| /freebsd-9-stable/lib/libc/db/test/ |
| D | dbtest.c | 572 return (DB_HASH); 622 case DB_HASH:
|
| /freebsd-9-stable/usr.bin/tsort/ |
| D | tsort.c | 242 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) in get_node()
|
| /freebsd-9-stable/usr.sbin/ypserv/ |
| D | yp_dblookup.c | 408 dbp = dbopen(buf,O_RDONLY, PERM_SECURE, DB_HASH, NULL); in yp_open_db()
|
| /freebsd-9-stable/sys/dev/aic7xxx/aicasm/ |
| D | aicasm_symbol.c | 135 O_CREAT | O_NONBLOCK | O_RDWR, /*mode*/0, DB_HASH, in symtable_open()
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | getcap.c | 244 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0)) in getent()
|
| D | getpwent.c | 739 (res = dbopen(_PATH_SMP_DB, O_RDONLY, 0, DB_HASH, NULL)) == NULL) in pwdbopen() 740 res = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in pwdbopen() 1561 (*db = dbopen(NULL, O_RDWR, 600, DB_HASH, 0)) == NULL) in compat_exclude()
|
| /freebsd-9-stable/crypto/heimdal/lib/roken/ |
| D | getcap.c | 297 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0)) in getent()
|