| /freebsd-12-stable/contrib/ncurses/ncurses/tinfo/ |
| D | hashed_db.c | 134 DB_HASH, in _nc_db_open() 144 DB_HASH, in _nc_db_open() 151 DB_HASH, in _nc_db_open() 163 DB_HASH, in _nc_db_open()
|
| /freebsd-12-stable/usr.sbin/pwd_mkdb/ |
| D | pwd_mkdb.c | 232 O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main() 239 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main() 248 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in main() 296 O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main() 302 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main()
|
| /freebsd-12-stable/contrib/apr-util/dbm/ |
| D | apr_dbm_berkeleydb.c | 173 DB_HASH, dbmode, in vt_db_open() 181 dberr = db_open(pathname, DB_HASH, dbmode, apr_posix_perms2mode(perm), in vt_db_open() 186 DB_HASH, NULL); in vt_db_open()
|
| /freebsd-12-stable/contrib/sendmail/libsmdb/ |
| D | smdb2.c | 47 return DB_HASH; 50 return DB_HASH; 467 if (db_type == DB_HASH) 519 if (db_type == DB_HASH)
|
| D | smdb1.c | 71 return DB_HASH; 74 return DB_HASH; 80 return DB_HASH;
|
| /freebsd-12-stable/lib/libc/db/test/hash.tests/ |
| D | tseq.c | 66 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
|
| D | tread2.c | 77 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
|
| D | tcreat3.c | 75 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
|
| D | driver2.c | 84 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
|
| D | tverify.c | 78 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
|
| D | tdel.c | 77 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
|
| D | thash4.c | 79 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
|
| /freebsd-12-stable/libexec/ypxfr/ |
| D | yp_dbwrite.c | 73 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
|
| /freebsd-12-stable/lib/libc/db/db/ |
| D | db.c | 67 case DB_HASH: in dbopen()
|
| /freebsd-12-stable/usr.sbin/services_mkdb/ |
| D | uniq.c | 69 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
|
| D | services_mkdb.c | 146 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo); in main()
|
| /freebsd-12-stable/include/ |
| D | db.h | 73 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
|
| /freebsd-12-stable/usr.bin/cap_mkdb/ |
| D | cap_mkdb.c | 125 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
|
| /freebsd-12-stable/contrib/blacklist/bin/ |
| D | state.c | 83 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo); in state_open()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/db/ |
| D | h_lfsr.c | 77 db = dbopen(NULL, O_CREAT|O_TRUNC|O_RDWR, 0, DB_HASH, &hi); in main()
|
| D | h_db.c | 621 return DB_HASH; in dbtype() 669 case DB_HASH: in setinfo()
|
| D | t_db_hash_seq.c | 106 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo); in state_open()
|
| /freebsd-12-stable/usr.sbin/yp_mkdb/ |
| D | yp_mkdb.c | 75 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
|
| /freebsd-12-stable/lib/libc/db/test/ |
| D | dbtest.c | 574 return (DB_HASH); 624 case DB_HASH:
|
| /freebsd-12-stable/usr.bin/tsort/ |
| D | tsort.c | 244 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) in get_node()
|