Searched refs:DB_HASH (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-current/lib/libc/db/test/hash.tests/
H A Dtseq.c54 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
H A Dtverify.c66 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
H A Dtdel.c65 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
H A Dtread2.c65 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
H A Ddriver2.c72 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
H A Dtcreat3.c63 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
H A Dthash4.c67 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c135 DB_HASH,
145 DB_HASH,
152 DB_HASH,
164 DB_HASH,
/freebsd-current/libexec/ypxfr/
H A Dyp_dbwrite.c71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo);
/freebsd-current/lib/libc/db/db/
H A Ddb.c67 case DB_HASH:
/freebsd-current/usr.sbin/services_mkdb/
H A Duniq.c67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)
H A Dservices_mkdb.c143 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
/freebsd-current/include/
H A Ddb.h70 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator in enum:__anon44
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c210 O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo);
217 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
226 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
274 O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo);
280 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
/freebsd-current/contrib/sendmail/libsmdb/
H A Dsmdb1.c71 return DB_HASH;
74 return DB_HASH;
80 return DB_HASH;
H A Dsmdb2.c47 return DB_HASH;
50 return DB_HASH;
467 if (db_type == DB_HASH)
519 if (db_type == DB_HASH)
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c77 db = dbopen(NULL, O_CREAT|O_TRUNC|O_RDWR, 0, DB_HASH, &hi);
H A Dt_db_hash_seq.c106 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo);
H A Dh_db.c621 return DB_HASH;
669 case DB_HASH:
/freebsd-current/contrib/blocklist/bin/
H A Dstate.c83 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo);
/freebsd-current/usr.bin/cap_mkdb/
H A Dcap_mkdb.c110 DEFFILEMODE, DB_HASH, &openinfo)) == NULL)
/freebsd-current/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c73 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo));
/freebsd-current/lib/libc/db/test/
H A Ddbtest.c562 return (DB_HASH);
612 case DB_HASH:
/freebsd-current/usr.bin/tsort/
H A Dtsort.c233 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL)
/freebsd-current/lib/libc/gen/
H A Dgetpwent.c726 (res = dbopen(_PATH_SMP_DB, O_RDONLY, 0, DB_HASH, NULL)) == NULL)
727 res = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
1550 (*db = dbopen(NULL, O_RDWR, 600, DB_HASH, 0)) == NULL)

Completed in 215 milliseconds

12