Lines Matching defs:bsdtar
141 set_writer_options(struct bsdtar *bsdtar, struct archive *a) in set_writer_options()
171 set_reader_options(struct bsdtar *bsdtar, struct archive *a) in set_reader_options()
206 tar_mode_c(struct bsdtar *bsdtar) in tar_mode_c()
259 tar_mode_r(struct bsdtar *bsdtar) in tar_mode_r()
350 tar_mode_u(struct bsdtar *bsdtar) in tar_mode_u()
439 write_archive(struct archive *a, struct bsdtar *bsdtar) in write_archive()
604 archive_names_from_file(struct bsdtar *bsdtar, struct archive *a) in archive_names_from_file()
647 append_archive_filename(struct bsdtar *bsdtar, struct archive *a, in append_archive_filename()
689 append_archive(struct bsdtar *bsdtar, struct archive *a, struct archive *ina) in append_archive()
737 copy_file_data_block(struct bsdtar *bsdtar, struct archive *a, in copy_file_data_block()
814 struct bsdtar *bsdtar = (struct bsdtar *)_data; in excluded_callback() local
829 struct bsdtar *bsdtar = (struct bsdtar *)_data; in metadata_filter() local
867 write_hierarchy(struct bsdtar *bsdtar, struct archive *a, const char *path) in write_hierarchy()
961 write_file(struct bsdtar *bsdtar, struct archive *a, in write_file()
971 write_entry(struct bsdtar *bsdtar, struct archive *a, in write_entry()
1006 report_write(struct bsdtar *bsdtar, struct archive *a, in report_write()
1034 test_for_append(struct bsdtar *bsdtar) in test_for_append()