Home
last modified time | relevance | path

Searched refs:dbopen (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-14.2/lib/libc/db/man/
H A DMakefile.inc5 MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
17 MLINKS+= dbopen.3 db.3
/freebsd-14.2/usr.sbin/sa/
H A Ddb.c64 if ((*mdb = dbopen(NULL, O_RDWR, 0, DB_BTREE, bti)) == NULL) in db_copy_in()
70 if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) { in db_copy_in()
155 if ((ddb = dbopen(dbname, O_RDWR|O_CREAT|O_TRUNC, 0644, in db_copy_out()
/freebsd-14.2/tools/build/cross-build/include/common/
H A Ddb.h39 #define dbopen __freebsd_dbopen macro
/freebsd-14.2/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c221 dp = dbopen(buf, in main()
228 sdp = dbopen(sbuf, in main()
238 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in main()
285 dp = dbopen(buf, in main()
291 sdp = dbopen(sbuf, in main()
/freebsd-14.2/lib/libc/db/
H A DSymbol.map2 dbopen;
H A DREADME26 db The dbopen(3) interface routine.
/freebsd-14.2/lib/libc/db/test/hash.tests/
H A Dtseq.c63 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
H A Dtread2.c74 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
H A Dtcreat3.c71 if (!(dbp = dbopen( "hashtest",
H A Ddriver2.c81 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
H A Dtverify.c75 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
H A Dtdel.c74 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
H A Dthash4.c76 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
/freebsd-14.2/libexec/ypxfr/
H A Dyp_dbwrite.c71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
/freebsd-14.2/lib/libc/db/db/
H A Ddb.c57 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) in dbopen() function
/freebsd-14.2/usr.sbin/services_mkdb/
H A Duniq.c67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
/freebsd-14.2/crypto/heimdal/lib/hdb/
H A Ddb.c269 db->hdb_db = dbopen(fn, flags, mode, DB_BTREE, NULL); in DB_open()
273 db->hdb_db = dbopen(db->hdb_name, flags, mode, DB_BTREE, NULL); in DB_open()
H A Dhdb-mitdb.c739 db->hdb_db = dbopen(fn, flags, mode, DB_BTREE, NULL); in mdb_open()
748 db->hdb_db = dbopen(fn, flags, mode, DB_BTREE, NULL); in mdb_open()
754 db->hdb_db = dbopen(db->hdb_name, flags, mode, DB_BTREE, NULL); in mdb_open()
/freebsd-14.2/include/
H A Ddb.h208 DB *dbopen(const char *, int, int, DBTYPE, const void *);
/freebsd-14.2/usr.bin/cap_mkdb/
H A Dcap_mkdb.c122 if ((capdbp = dbopen(capname, O_CREAT | O_TRUNC | O_RDWR, in main()
/freebsd-14.2/contrib/blocklist/bin/
H A Dstate.c83 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo); in state_open()
/freebsd-14.2/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()
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c188 db = dbopen(fn, flags, mode, DB_BTREE, NULL);
/freebsd-14.2/lib/libc/db/test/btree.tests/
H A Dmain.c169 db = dbopen(*argv == NULL ? NULL : *argv, O_RDWR,
172 db = dbopen(*argv == NULL ? NULL : *argv, O_CREAT|O_RDWR,
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c161 if ((result = dbopen(path, in _nc_db_open()

123