Searched refs:__bt_open (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/ |
| H A D | db-int.h | 205 #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 D | rec_open.c | 79 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 D | Symbol.map | 27 __bt_open;
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/ |
| H A D | rec_open.c | 90 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 D | db.c | 60 return (__bt_open(fname, flags & USE_OPEN_FLAGS, in kdb2_dbopen()
|
| /freebsd/lib/libc/db/db/ |
| H A D | db.c | 65 return (__bt_open(fname, flags & USE_OPEN_FLAGS, in dbopen()
|
| /freebsd/include/ |
| H A D | db.h | 210 DB *__bt_open(const char *, int, int, const BTREEINFO *, int);
|
| /freebsd/lib/libc/db/btree/ |
| H A D | bt_open.c | 87 __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 D | bt_open.c | 92 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, in __bt_open() function
|