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

  /src/lib/libc/db/db/
dbfile.c 49 __dbopen(const char *file, int flags, mode_t mode, struct stat *sb) function in typeref:typename:int
  /src/include/
db.h 241 int __dbopen(const char *, int, mode_t, struct stat *);
  /src/lib/libc/db/recno/
rec_open.c 73 if ((rfd = __dbopen(fname, flags, mode, NULL)) == -1)
  /src/lib/libc/db/btree/
bt_open.c 204 if ((t->bt_fd = __dbopen(fname, flags, mode, &sb)) == -1)
  /src/lib/libc/db/hash/
hash.c 131 if ((hashp->fp = __dbopen(file, flags, mode, &statbuf)) == -1)

Completed in 16 milliseconds