Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dhashed_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/
H A Dpwd_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/
H A Dtseq.c56 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) { in main()
H A Dtcreat3.c65 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){ in main()
H A Dtverify.c68 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) { in main()
H A Dtread2.c67 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) { in main()
H A Ddriver2.c72 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) { in main()
H A Dtdel.c67 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) { in main()
H A Dthash4.c69 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) { in main()
/dragonfly/libexec/ypxfr/
H A Dyp_dbwrite.c70 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
/dragonfly/lib/libc/gen/
H A Dutmpx.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()
H A Dgetpwent.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()
H A Dgetcap.c245 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0)) in getent()
/dragonfly/lib/libc/db/db/
H A Ddb.c64 case DB_HASH: in dbopen()
/dragonfly/include/
H A Ddb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
/dragonfly/usr.bin/cap_mkdb/
H A Dcap_mkdb.c112 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
/dragonfly/lib/libc/db/test/
H A Ddbtest.c544 return (DB_HASH); in dbtype()
592 case DB_HASH: in setinfo()
/dragonfly/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c74 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
/dragonfly/usr.bin/tsort/
H A Dtsort.c237 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) in get_node()
/dragonfly/usr.sbin/ypserv/
H A Dyp_dblookup.c400 dbp = dbopen(buf,O_RDONLY, PERM_SECURE, DB_HASH, NULL); in yp_open_db()
/dragonfly/lib/libc/db/hash/
H A Dhash.c201 dbp->type = DB_HASH; in __hash_open()
/dragonfly/sbin/init/
H A Dinit.c885 if ((session_db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) { in start_session_db()