| /freebsd-14.2/lib/libc/db/man/ |
| H A D | Makefile.inc | 5 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 D | db.c | 64 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 D | db.h | 39 #define dbopen __freebsd_dbopen macro
|
| /freebsd-14.2/usr.sbin/pwd_mkdb/ |
| H A D | pwd_mkdb.c | 221 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 D | Symbol.map | 2 dbopen;
|
| H A D | README | 26 db The dbopen(3) interface routine.
|
| /freebsd-14.2/lib/libc/db/test/hash.tests/ |
| H A D | tseq.c | 63 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, NULL))) {
|
| H A D | tread2.c | 74 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
|
| H A D | tcreat3.c | 71 if (!(dbp = dbopen( "hashtest",
|
| H A D | driver2.c | 81 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
|
| H A D | tverify.c | 75 if (!(dbp = dbopen( "hashtest", O_RDONLY, 0400, DB_HASH, &ctl))) {
|
| H A D | tdel.c | 74 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
|
| H A D | thash4.c | 76 if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR, 0400, DB_HASH, &ctl))) {
|
| /freebsd-14.2/libexec/ypxfr/ |
| H A D | yp_dbwrite.c | 71 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 D | db.c | 57 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 D | uniq.c | 67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
|
| /freebsd-14.2/crypto/heimdal/lib/hdb/ |
| H A D | db.c | 269 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 D | hdb-mitdb.c | 739 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 D | db.h | 208 DB *dbopen(const char *, int, int, DBTYPE, const void *);
|
| /freebsd-14.2/usr.bin/cap_mkdb/ |
| H A D | cap_mkdb.c | 122 if ((capdbp = dbopen(capname, O_CREAT | O_TRUNC | O_RDWR, in main()
|
| /freebsd-14.2/contrib/blocklist/bin/ |
| H A D | state.c | 83 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo); in state_open()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/db/ |
| H A D | h_lfsr.c | 77 db = dbopen(NULL, O_CREAT|O_TRUNC|O_RDWR, 0, DB_HASH, &hi); in main()
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | ndbm_wrap.c | 188 db = dbopen(fn, flags, mode, DB_BTREE, NULL);
|
| /freebsd-14.2/lib/libc/db/test/btree.tests/ |
| H A D | main.c | 169 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 D | hashed_db.c | 161 if ((result = dbopen(path, in _nc_db_open()
|