Home
last modified time | relevance | path

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

12

/trueos/contrib/ncurses/ncurses/tinfo/
HDhashed_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()
/trueos/contrib/apr-util/dbm/
HDapr_dbm_berkeleydb.c173 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()
/trueos/contrib/sendmail/libsmdb/
HDsmdb2.c49 return DB_HASH;
52 return DB_HASH;
469 if (db_type == DB_HASH)
504 if (db_type == DB_HASH)
HDsmdb1.c73 return DB_HASH;
76 return DB_HASH;
82 return DB_HASH;
/trueos/usr.sbin/pwd_mkdb/
HDpwd_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()
/trueos/lib/libc/db/test/hash.tests/
HDtseq.c64 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
HDtread2.c75 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
HDtcreat3.c73 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
HDdriver2.c82 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
HDtverify.c76 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
HDtdel.c75 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
HDthash4.c77 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
/trueos/libexec/ypxfr/
HDyp_dbwrite.c71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
/trueos/lib/libc/db/db/
HDdb.c61 case DB_HASH: in dbopen()
/trueos/usr.sbin/services_mkdb/
HDuniq.c67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
HDservices_mkdb.c142 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo); in main()
/trueos/include/
HDdb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
/trueos/usr.bin/cap_mkdb/
HDcap_mkdb.c123 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
/trueos/contrib/netbsd-tests/lib/libc/db/
HDh_db.c562 return DB_HASH; in dbtype()
610 case DB_HASH: in setinfo()
/trueos/usr.sbin/yp_mkdb/
HDyp_mkdb.c75 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
/trueos/lib/libc/db/test/
HDdbtest.c572 return (DB_HASH);
622 case DB_HASH:
/trueos/usr.bin/tsort/
HDtsort.c242 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) in get_node()
/trueos/sys/dev/aic7xxx/aicasm/
HDaicasm_symbol.c135 O_CREAT | O_NONBLOCK | O_RDWR, /*mode*/0, DB_HASH, in symtable_open()
/trueos/usr.sbin/ypserv/
HDyp_dblookup.c408 dbp = dbopen(buf,O_RDONLY, PERM_SECURE, DB_HASH, NULL); in yp_open_db()
/trueos/lib/libc/gen/
HDgetcap.c244 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0)) in getent()

12