Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/
H A DSymbol.map29 __hash_open;
/freebsd/lib/libc/db/db/
H A Ddb.c68 return (__hash_open(fname, flags & USE_OPEN_FLAGS, in dbopen()
/freebsd/include/
H A Ddb.h211 DB *__hash_open(const char *, int, int, const HASHINFO *, int);
/freebsd/lib/libc/db/hash/
H A Dndbm.c73 return ((DBM *)__hash_open(path, flags, mode, &info, 0)); in dbm_open()
H A Dhash.c93 __hash_open(const char *file, int flags, int mode, in __hash_open() function