OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 09:09:57 GMT 2025