Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/tar/
H A Dbsdtar.h48 struct bsdtar { struct
50 const char *filename; /* -f filename */
51 char *pending_chdir; /* -C dir */
52 const char *names_from_file; /* -T file */
53 int bytes_per_block; /* -b block_size */
54 int bytes_in_last_block; /* See -b handling. */
55 int verbose; /* -v */
56 unsigned int flags; /* Bitfield of boolean options */
57 int extract_flags; /* Flags for extract operation */
58 int readdisk_flags; /* Flags for read disk operation */
[all …]
H A Dwrite.c141 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()
[all …]
H A Dutil.c290 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 Dread.c82 struct bsdtar *bsdtar; member
92 tar_mode_t(struct bsdtar *bsdtar) in tar_mode_t()
101 tar_mode_x(struct bsdtar *bsdtar) in tar_mode_x()
124 struct bsdtar *bsdtar = progress_data->bsdtar; in progress_func() local
160 read_archive(struct bsdtar *bsdtar, char mode, struct archive *writer) in read_archive()
H A Dsubst.c59 init_substitution(struct bsdtar *bsdtar) in init_substitution()
70 add_substitution(struct bsdtar *bsdtar, const char *rule_text) in add_substitution()
210 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.c153 struct bsdtar *bsdtar, bsdtar_storage; in main() local
966 set_mode(struct bsdtar *bsdtar, char opt) in set_mode()
978 only_mode(struct bsdtar *bsdtar, const char *opt, const char *valid_modes) in only_mode()
H A Dcmdline.c215 bsdtar_getopt(struct bsdtar *bsdtar) in bsdtar_getopt()