Home
last modified time | relevance | path

Searched refs:DB_HASH (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dhashed_db.c59 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/
Dsmdb2.c49 return DB_HASH;
52 return DB_HASH;
469 if (db_type == DB_HASH)
504 if (db_type == DB_HASH)
Dsmdb1.c73 return DB_HASH;
76 return DB_HASH;
82 return DB_HASH;
/freebsd-9-stable/usr.sbin/pwd_mkdb/
Dpwd_mkdb.c227 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/
Dtseq.c64 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
Dtcreat3.c73 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
Dtread2.c75 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
Dtverify.c76 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
Ddriver2.c82 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
Dtdel.c75 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
Dthash4.c77 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
/freebsd-9-stable/libexec/ypxfr/
Dyp_dbwrite.c71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
/freebsd-9-stable/lib/libc/db/db/
Ddb.c61 case DB_HASH: in dbopen()
/freebsd-9-stable/usr.sbin/services_mkdb/
Duniq.c68 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
Dservices_mkdb.c142 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo); in main()
/freebsd-9-stable/include/
Ddb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
/freebsd-9-stable/usr.bin/cap_mkdb/
Dcap_mkdb.c123 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
/freebsd-9-stable/usr.sbin/yp_mkdb/
Dyp_mkdb.c75 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
/freebsd-9-stable/lib/libc/db/test/
Ddbtest.c572 return (DB_HASH);
622 case DB_HASH:
/freebsd-9-stable/usr.bin/tsort/
Dtsort.c242 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) in get_node()
/freebsd-9-stable/usr.sbin/ypserv/
Dyp_dblookup.c408 dbp = dbopen(buf,O_RDONLY, PERM_SECURE, DB_HASH, NULL); in yp_open_db()
/freebsd-9-stable/sys/dev/aic7xxx/aicasm/
Daicasm_symbol.c135 O_CREAT | O_NONBLOCK | O_RDWR, /*mode*/0, DB_HASH, in symtable_open()
/freebsd-9-stable/lib/libc/gen/
Dgetcap.c244 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0)) in getent()
Dgetpwent.c739 (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/
Dgetcap.c297 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0)) in getent()

12