Searched refs:__hash_open (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/ |
| H A D | db-int.h | 206 #define __hash_open __kdb2_hash_open macro 211 DB *__hash_open __P((const char *, int, int, const HASHINFO *, int));
|
| /freebsd/lib/libc/db/ |
| H A D | Symbol.map | 29 __hash_open;
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/db/ |
| H A D | db.c | 63 return (__hash_open(fname, flags & USE_OPEN_FLAGS, in kdb2_dbopen()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | hsearch.c | 63 dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR | O_BINARY, 0600, &info, 0); in hcreate()
|
| H A D | dbm.c | 171 return ((DBM *)__hash_open(path, flags, mode, &info, 0)); in kdb2_dbm_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
|