Searched refs:__hash_open (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/db/ |
H A D | Symbol.map | 29 __hash_open;
|
/freebsd/lib/libc/db/db/ |
H A D | db.c | 68 return (__hash_open(fname, flags & USE_OPEN_FLAGS, in dbopen()
|
/freebsd/include/ |
H A D | db.h | 211 DB *__hash_open(const char *, int, int, const HASHINFO *, int);
|
/freebsd/lib/libc/db/hash/ |
H A D | ndbm.c | 73 return ((DBM *)__hash_open(path, flags, mode, &info, 0)); in dbm_open()
|
H A D | hash.c | 93 __hash_open(const char *file, int flags, int mode, in __hash_open() function
|