Searched refs:open_on_current_dir (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_private.h59 int (*open_on_current_dir)(struct tree*, const char *, int); member in struct:archive_read_disk
H A Darchive_read_disk_entry_from_file.c198 fd = a->open_on_current_dir(a->tree, path,
765 *fd = a->open_on_current_dir(a->tree, path,
925 *fd = a->open_on_current_dir(a->tree, path,
1047 *fd = a->open_on_current_dir(a->tree, path,
1138 *fd = a->open_on_current_dir(a->tree, path,
H A Darchive_read_disk_posix.c366 static int open_on_current_dir(struct tree *, const char *, int);
466 a->open_on_current_dir = open_on_current_dir;
745 t->entry_fd = open_on_current_dir(t,
994 t->entry_fd = open_on_current_dir(t,
1957 open_on_current_dir(struct tree *t, const char *path, int flags) function
2106 new_fd = open_on_current_dir(t, t->stack->name.s, flag);
2142 new_fd = open_on_current_dir(t, "..", O_RDONLY | O_CLOEXEC);

Completed in 171 milliseconds