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

12

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c59 DB_HASH,
67 DB_HASH,
74 DB_HASH,
89 DB_HASH,
/freebsd-10-stable/lib/libc/db/db/
H A Ddb.c61 case DB_HASH:
/freebsd-10-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c82 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
H A Dtcreat3.c73 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
H A Dtread2.c75 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
H A Dtseq.c64 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
H A Dtverify.c76 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
H A Dtdel.c75 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
H A Dthash4.c77 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
/freebsd-10-stable/libexec/ypxfr/
H A Dyp_dbwrite.c71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo);
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Duniq.c67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)
H A Dservices_mkdb.c145 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
/freebsd-10-stable/contrib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c173 DB_HASH, dbmode,
181 dberr = db_open(pathname, DB_HASH, dbmode, apr_posix_perms2mode(perm),
186 DB_HASH, NULL);
/freebsd-10-stable/include/
H A Ddb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator in enum:__anon5558
/freebsd-10-stable/contrib/sendmail/libsmdb/
H A Dsmdb1.c73 return DB_HASH;
76 return DB_HASH;
82 return DB_HASH;
H A Dsmdb2.c49 return DB_HASH;
52 return DB_HASH;
469 if (db_type == DB_HASH)
504 if (db_type == DB_HASH)
/freebsd-10-stable/usr.bin/cap_mkdb/
H A Dcap_mkdb.c123 DEFFILEMODE, DB_HASH, &openinfo)) == NULL)
/freebsd-10-stable/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-10-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c228 O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo);
235 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
244 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
292 O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo);
298 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
/freebsd-10-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c75 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo));
/freebsd-10-stable/lib/libc/db/test/
H A Ddbtest.c572 return (DB_HASH);
622 case DB_HASH:
/freebsd-10-stable/usr.bin/tsort/
H A Dtsort.c242 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL)
/freebsd-10-stable/lib/libc/gen/
H A Dgetpwent.c739 (res = dbopen(_PATH_SMP_DB, O_RDONLY, 0, DB_HASH, NULL)) == NULL)
740 res = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
1561 (*db = dbopen(NULL, O_RDWR, 600, DB_HASH, 0)) == NULL)

Completed in 118 milliseconds

12