/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | hashed_db.c | 135 DB_HASH, in _nc_db_open() 145 DB_HASH, in _nc_db_open() 152 DB_HASH, in _nc_db_open() 164 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/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/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()
|
H A D | services_mkdb.c | 143 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo); in main()
|
/freebsd/include/ |
H A D | db.h | 70 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
|
/freebsd/usr.bin/cap_mkdb/ |
H A D | cap_mkdb.c | 110 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
|
/freebsd/contrib/blocklist/bin/ |
H A D | state.c | 83 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo); in state_open()
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | h_lfsr.c | 77 db = dbopen(NULL, O_CREAT|O_TRUNC|O_RDWR, 0, DB_HASH, &hi); in main()
|
H A D | h_db.c | 621 return DB_HASH; in dbtype() 669 case DB_HASH: in setinfo()
|
H A D | t_db_hash_seq.c | 106 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo); in state_open()
|
/freebsd/usr.sbin/yp_mkdb/ |
H A D | yp_mkdb.c | 73 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
|
/freebsd/lib/libc/db/test/ |
H A D | dbtest.c | 562 return (DB_HASH); 612 case DB_HASH:
|
/freebsd/usr.bin/tsort/ |
H A D | tsort.c | 233 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) in get_node()
|
/freebsd/lib/libc/gen/ |
H A D | getcap.c | 240 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0)) in getent()
|