Home
last modified time | relevance | path

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

/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/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