Searched defs:bsdtar (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/libarchive/tar/
H A Dcmdline.c216 bsdtar_getopt(struct bsdtar *bsdtar) argument
[all...]
H A Dread.c81 struct bsdtar *bsdtar; member in struct:progress_data
91 tar_mode_t(struct bsdtar *bsdtar) argument
100 tar_mode_x(struct bsdtar *bsdtar) argument
123 struct bsdtar *bsdtar = progress_data->bsdtar; local
159 read_archive(struct bsdtar *bsdtar, char mode, struct archive *writer) argument
[all...]
H A Dbsdtar.c152 struct bsdtar *bsdtar, bsdtar_storage; local
1023 set_mode(struct bsdtar *bsdtar, char opt) argument
1035 only_mode(struct bsdtar *bsdtar, const char *opt, const char *valid_modes) argument
[all...]
H A Dsubst.c60 init_substitution(struct bsdtar *bsdtar) argument
71 add_substitution(struct bsdtar *bsdtar, const char *rule_text) argument
217 apply_substitution(struct bsdtar *bsdta argument
330 cleanup_substitution(struct bsdtar *bsdtar) argument
[all...]
H A Dutil.c289 set_chdir(struct bsdtar *bsdtar, const char *newdir) argument
325 do_chdir(struct bsdtar *bsdtar) argument
378 warn_strip_leading_char(struct bsdtar *bsdtar, const char *c) argument
389 warn_strip_drive_letter(struct bsdtar *bsdtar) argument
404 strip_absolute_path(struct bsdtar *bsdtar, const char *p) argument
467 edit_pathname(struct bsdtar *bsdtar, struct archive_entry *entry) argument
631 struct bsdtar *bsdtar = (struct bsdtar *)_client_data; local
661 list_item_verbose(struct bsdtar *bsdtar, FILE *out, struct archive_entry *entry) argument
[all...]
H A Dwrite.c140 set_writer_options(struct bsdtar *bsdtar, struct archive *a) argument
170 set_reader_options(struct bsdtar *bsdtar, struct archive *a) argument
205 tar_mode_c(struct bsdtar *bsdtar) argument
258 tar_mode_r(struct bsdtar *bsdtar) argument
349 tar_mode_u(struct bsdtar *bsdtar) argument
438 write_archive(struct archive *a, struct bsdtar *bsdtar) argument
603 archive_names_from_file(struct bsdtar *bsdtar, struct archive *a) argument
646 append_archive_filename(struct bsdtar *bsdtar, struct archive *a, const char *raw_filename) argument
688 append_archive(struct bsdtar *bsdtar, struct archive *a, struct archive *ina) argument
738 copy_file_data_block(struct bsdtar *bsdtar, struct archive *a, struct archive *in_a, struct archive_entry *entry) argument
815 struct bsdtar *bsdtar = (struct bsdtar *)_data; local
830 struct bsdtar *bsdtar = (struct bsdtar *)_data; local
868 write_hierarchy(struct bsdtar *bsdtar, struct archive *a, const char *path) argument
962 write_file(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry) argument
972 write_entry(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry) argument
1007 report_write(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry, int64_t progress) argument
1035 test_for_append(struct bsdtar *bsdtar) argument
[all...]
H A Dbsdtar.h46 struct bsdtar { struct
[all...]

Completed in 83 milliseconds