Searched refs:__bt_open (Results 1 – 5 of 5) sorted by relevance
/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/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
|