Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h28 struct bsdtar { struct
30 const char *filename; /* -f filename */
31 char *pending_chdir; /* -C dir */
32 const char *names_from_file; /* -T file */
33 int bytes_per_block; /* -b block_size */
34 int bytes_in_last_block; /* See -b handling. */
35 int verbose; /* -v */
36 unsigned int flags; /* Bitfield of boolean options */
37 int extract_flags; /* Flags for extract operation */
38 int readdisk_flags; /* Flags for read disk operation */
[all …]
H A Dwrite.c124 set_writer_options(struct bsdtar *bsdtar, struct archive *a) in set_writer_options()
154 set_reader_options(struct bsdtar *bsdtar, struct archive *a) in set_reader_options()
189 tar_mode_c(struct bsdtar *bsdtar) in tar_mode_c()
242 tar_mode_r(struct bsdtar *bsdtar) in tar_mode_r()
333 tar_mode_u(struct bsdtar *bsdtar) in tar_mode_u()
422 write_archive(struct archive *a, struct bsdtar *bsdtar) in write_archive()
587 archive_names_from_file(struct bsdtar *bsdtar, struct archive *a) in archive_names_from_file()
630 append_archive_filename(struct bsdtar *bsdtar, struct archive *a, in append_archive_filename()
672 append_archive(struct bsdtar *bsdtar, struct archive *a, struct archive *ina) in append_archive()
722 copy_file_data_block(struct bsdtar *bsdtar, struct archive *a, in copy_file_data_block()
[all …]
H A Dread.c63 struct bsdtar *bsdtar; member
73 tar_mode_t(struct bsdtar *bsdtar) in tar_mode_t()
82 tar_mode_x(struct bsdtar *bsdtar) in tar_mode_x()
105 struct bsdtar *bsdtar = progress_data->bsdtar; in progress_func() local
141 read_archive(struct bsdtar *bsdtar, char mode, struct archive *writer) in read_archive()
H A Dutil.c289 set_chdir(struct bsdtar *bsdtar, const char *newdir)
325 do_chdir(struct bsdtar *bsdtar)
378 warn_strip_leading_char(struct bsdtar *bsdtar, const char *c)
389 warn_strip_drive_letter(struct bsdtar *bsdtar)
404 strip_absolute_path(struct bsdtar *bsdtar, const char *p)
467 edit_pathname(struct bsdtar *bsdtar, struct archive_entry *entry)
631 struct bsdtar *bsdtar = (struct bsdtar *)_client_data; local
661 list_item_verbose(struct bsdtar *bsdtar, FILE *out, struct archive_entry *entry)
H A Dsubst.c42 init_substitution(struct bsdtar *bsdtar) in init_substitution()
53 add_substitution(struct bsdtar *bsdtar, const char *rule_text) in add_substitution()
199 apply_substitution(struct bsdtar *bsdtar, const char *name, char **result, in apply_substitution()
312 cleanup_substitution(struct bsdtar *bsdtar) in cleanup_substitution()
H A Dbsdtar.c137 struct bsdtar *bsdtar, bsdtar_storage; in main() local
1008 set_mode(struct bsdtar *bsdtar, char opt) in set_mode()
1020 only_mode(struct bsdtar *bsdtar, const char *opt, const char *valid_modes) in only_mode()
H A Dcmdline.c198 bsdtar_getopt(struct bsdtar *bsdtar) in bsdtar_getopt()