OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:open_on_current_dir
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_private.h
63
int (*
open_on_current_dir
)(struct tree*, const char *, int);
member in struct:archive_read_disk
archive_read_disk_posix.c
366
static int
open_on_current_dir
(struct tree *, const char *, int);
459
a->
open_on_current_dir
=
open_on_current_dir
;
723
t->entry_fd =
open_on_current_dir
(t,
996
t->entry_fd =
open_on_current_dir
(t,
1992
open_on_current_dir
(struct tree *t, const char *path, int flags)
function
2162
new_fd =
open_on_current_dir
(t, t->stack->name.s, flag);
2198
new_fd =
open_on_current_dir
(t, "..", O_RDONLY | O_CLOEXEC);
Completed in 16 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026