Home
last modified time | relevance | path

Searched refs:__bt_open (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h205 #define __bt_open __kdb2_bt_open macro
210 DB *__bt_open __P((const char *, int, int, const BTREEINFO *, int));
/freebsd/lib/libc/db/recno/
H A Drec_open.c79 dbp = __bt_open(openinfo->bfname, in __rec_open()
82 dbp = __bt_open(NULL, O_RDWR, S_IRUSR | S_IWUSR, NULL, dflags); in __rec_open()
/freebsd/lib/libc/db/
H A DSymbol.map27 __bt_open;
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c90 dbp = __bt_open(openinfo->bfname, in __rec_open()
93 dbp = __bt_open(NULL, O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, NULL, dflags); in __rec_open()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/db/
H A Ddb.c60 return (__bt_open(fname, flags & USE_OPEN_FLAGS, in kdb2_dbopen()
/freebsd/lib/libc/db/db/
H A Ddb.c65 return (__bt_open(fname, flags & USE_OPEN_FLAGS, in dbopen()
/freebsd/include/
H A Ddb.h210 DB *__bt_open(const char *, int, int, const BTREEINFO *, int);
/freebsd/lib/libc/db/btree/
H A Dbt_open.c87 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int dflags) in __bt_open() function
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c92 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, in __bt_open() function