Home
last modified time | relevance | path

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

12

/freebsd/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()
/freebsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c210 O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main()
217 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main()
226 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in main()
274 O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo); in main()
280 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main()
/freebsd/contrib/sendmail/libsmdb/
H A Dsmdb2.c47 return DB_HASH;
50 return DB_HASH;
467 if (db_type == DB_HASH)
519 if (db_type == DB_HASH)
H A Dsmdb1.c71 return DB_HASH;
74 return DB_HASH;
80 return DB_HASH;
/freebsd/lib/libc/db/test/hash.tests/
H A Dtseq.c54 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
H A Dtcreat3.c63 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){
H A Dtread2.c65 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
H A Dtverify.c66 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
H A Ddriver2.c72 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
H A Dtdel.c65 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
H A Dthash4.c67 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
/freebsd/libexec/ypxfr/
H A Dyp_dbwrite.c71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
/freebsd/lib/libc/db/db/
H A Ddb.c67 case DB_HASH: in dbopen()
/freebsd/usr.sbin/services_mkdb/
H A Duniq.c67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
H A Dservices_mkdb.c143 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo); in main()
/freebsd/include/
H A Ddb.h70 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
/freebsd/usr.bin/cap_mkdb/
H A Dcap_mkdb.c110 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
/freebsd/contrib/blocklist/bin/
H A Dstate.c83 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo); in state_open()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c77 db = dbopen(NULL, O_CREAT|O_TRUNC|O_RDWR, 0, DB_HASH, &hi); in main()
H A Dh_db.c621 return DB_HASH; in dbtype()
669 case DB_HASH: in setinfo()
H A Dt_db_hash_seq.c106 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo); in state_open()
/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c73 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
/freebsd/lib/libc/db/test/
H A Ddbtest.c562 return (DB_HASH);
612 case DB_HASH:
/freebsd/usr.bin/tsort/
H A Dtsort.c233 (db = dbopen(NULL, O_RDWR, 0, DB_HASH, NULL)) == NULL) in get_node()
/freebsd/usr.sbin/ypserv/
H A Dyp_dblookup.c402 dbp = dbopen(buf, O_RDONLY, PERM_SECURE, DB_HASH, NULL); in yp_open_db()

12