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

/freebsd-10-stable/contrib/libarchive/tar/
H A Dcmdline.c213 bsdtar_getopt(struct bsdtar *bsdtar) argument
[all...]
H A Dread.c82 struct bsdtar *bsdtar; member in struct:progress_data
92 tar_mode_t(struct bsdtar *bsdtar) argument
101 tar_mode_x(struct bsdtar *bsdtar) argument
124 struct bsdtar *bsdtar = progress_data->bsdtar; local
160 read_archive(struct bsdtar *bsdtar, char mode, struct archive *writer) argument
[all...]
H A Dsubst.c59 init_substitution(struct bsdtar *bsdtar) argument
70 add_substitution(struct bsdtar *bsdtar, const char *rule_text) argument
210 apply_substitution(struct bsdtar *bsdta argument
312 cleanup_substitution(struct bsdtar *bsdtar) argument
[all...]
H A Dbsdtar.c157 struct bsdtar *bsdtar, bsdtar_storage; local
943 set_mode(struct bsdtar *bsdtar, char opt) argument
955 only_mode(struct bsdtar *bsdtar, const char *opt, const char *valid_modes) argument
[all...]
H A Dutil.c290 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.c141 set_writer_options(struct bsdtar *bsdtar, struct archive *a) argument
171 set_reader_options(struct bsdtar *bsdtar, struct archive *a) argument
202 tar_mode_c(struct bsdtar *bsdtar) argument
255 tar_mode_r(struct bsdtar *bsdtar) argument
346 tar_mode_u(struct bsdtar *bsdtar) argument
435 write_archive(struct archive *a, struct bsdtar *bsdtar) argument
602 archive_names_from_file(struct bsdtar *bsdtar, struct archive *a) argument
645 append_archive_filename(struct bsdtar *bsdtar, struct archive *a, const char *raw_filename) argument
687 append_archive(struct bsdtar *bsdtar, struct archive *a, struct archive *ina) argument
735 copy_file_data_block(struct bsdtar *bsdtar, struct archive *a, struct archive *in_a, struct archive_entry *entry) argument
812 struct bsdtar *bsdtar = (struct bsdtar *)_data; local
827 struct bsdtar *bsdtar = (struct bsdtar *)_data; local
865 write_hierarchy(struct bsdtar *bsdtar, struct archive *a, const char *path) argument
959 write_file(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry) argument
969 write_entry(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry) argument
1004 report_write(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry, int64_t progress) argument
1032 test_for_append(struct bsdtar *bsdtar) argument
[all...]
H A Dbsdtar.h48 struct bsdtar { struct
[all...]

Completed in 65 milliseconds