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

/freebsd-11-stable/usr.bin/ar/
H A Dread.c45 static void read_archive(struct bsdar *bsdar, char mode);
51 read_archive(bsdar, 'p');
58 read_archive(bsdar, 't');
65 read_archive(bsdar, 'x');
72 read_archive(struct bsdar *bsdar, char mode) function
/freebsd-11-stable/contrib/libarchive/tar/
H A Dread.c87 static void read_archive(struct bsdtar *bsdtar, char mode, struct archive *);
94 read_archive(bsdtar, 't', NULL);
112 read_archive(bsdtar, 'x', writer);
160 read_archive(struct bsdtar *bsdtar, char mode, struct archive *writer) function
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c130 read_archive(int fd, Elf *elf, char *file, char *label, read_cb_f *func, function
156 rc = read_archive(fd, melf, memname, label,
203 found = read_archive(fd, elf, file, label,

Completed in 115 milliseconds