Home
last modified time | relevance | path

Searched refs:read_archive (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/tar/
H A Dread.c68 static void read_archive(struct bsdtar *bsdtar, char mode, struct archive *);
75 read_archive(bsdtar, 't', NULL); in tar_mode_t()
93 read_archive(bsdtar, 'x', writer); in tar_mode_x()
141 read_archive(struct bsdtar *bsdtar, char mode, struct archive *writer) in read_archive() function
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c130 read_archive(int fd, Elf *elf, char *file, char *label, read_cb_f *func, in read_archive() function
156 rc = read_archive(fd, melf, memname, label, in read_archive()
203 found = read_archive(fd, elf, file, label, in read_ctf_common()