Searched refs:__archive_read_program (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_program.c88 __archive_read_program(struct archive_read_filter *self, const char *cmd) function
357 __archive_read_program(struct archive_read_filter *self, const char *cmd) function
410 return (__archive_read_program(self, bidder_state->cmd));
H A Darchive_read_private.h198 int __archive_read_program(struct archive_read_filter *, const char *);
H A Darchive_read_support_compression_xz.c681 r = __archive_read_program(self, "unlzma");
682 /* Note: We set the format here even if __archive_read_program()
698 r = __archive_read_program(self, "unxz");
699 /* Note: We set the format here even if __archive_read_program()
H A Darchive_read_support_compression_bzip2.c161 r = __archive_read_program(self, "bunzip2");
162 /* Note: We set the format here even if __archive_read_program()
H A Darchive_read_support_compression_gzip.c227 r = __archive_read_program(self, "gunzip");
228 /* Note: We set the format here even if __archive_read_program()

Completed in 152 milliseconds