Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
HDhashed_db.c135 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()
/dragonfly/usr.sbin/pwd_mkdb/
HDpwd_mkdb.c212 O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main()
219 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main()
228 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in main()
276 O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main()
282 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main()
/dragonfly/lib/libc/db/test/hash.tests/
HDtseq.c56 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) { in main()
HDtcreat3.c65 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){ in main()
HDtread2.c67 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) { in main()
HDtverify.c68 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) { in main()
HDdriver2.c72 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) { in main()
HDtdel.c67 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) { in main()
HDthash4.c69 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) { in main()
/dragonfly/libexec/ypxfr/
HDyp_dbwrite.c70 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
/dragonfly/lib/libc/gen/
HDutmpx.c455 db = dbopen(fname, O_RDONLY|O_SHLOCK|O_CLOEXEC, 0, DB_HASH, NULL); in getlastlogx()
494 db = dbopen(fname, O_RDWR|O_CREAT|O_EXLOCK|O_CLOEXEC, 0644, DB_HASH, NULL); in updlastlogx()
HDgetpwent.c737 (res = dbopen(_PATH_SMP_DB, O_RDONLY, 0, DB_HASH, NULL)) == NULL) in pwdbopen()
738 res = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in pwdbopen()
1558 (*db = dbopen(NULL, O_RDWR, 600, DB_HASH, 0)) == NULL) in compat_exclude()
HDgetcap.c245 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0)) in getent()
/dragonfly/lib/libc/db/db/
HDdb.c64 case DB_HASH: in dbopen()
/dragonfly/include/
HDdb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
/dragonfly/usr.bin/cap_mkdb/
HDcap_mkdb.c112 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
/dragonfly/lib/libc/db/test/
HDdbtest.c544 return (DB_HASH); in dbtype()
592 case DB_HASH: in setinfo()
/dragonfly/usr.sbin/yp_mkdb/
HDyp_mkdb.c74 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
/dragonfly/usr.bin/tsort/
HDtsort.c237 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) in get_node()
/dragonfly/usr.sbin/ypserv/
HDyp_dblookup.c400 dbp = dbopen(buf,O_RDONLY, PERM_SECURE, DB_HASH, NULL); in yp_open_db()
/dragonfly/lib/libc/db/hash/
HDhash.c201 dbp->type = DB_HASH; in __hash_open()
/dragonfly/sbin/init/
HDinit.c885 if ((session_db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) { in start_session_db()