HomeSort by: relevance | last modified time | path
    Searched refs:__hash_open (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/db/hash/
ndbm.c 80 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
hash.c 97 __hash_open(const char *file, int flags, mode_t mode, const HASHINFO *info, function in typeref:typename:DB *
  /src/lib/libc/db/db/
db.c 74 return (__hash_open(fname, flags & USE_OPEN_FLAGS,
  /src/include/
db.h 237 DB *__hash_open(const char *, int, mode_t, const HASHINFO *, int);

Completed in 15 milliseconds