Home
last modified time | relevance | path

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

/minix3/external/bsd/libarchive/dist/tar/
H A Dbsdtar.h43 struct bsdtar { struct
45 const char *filename; /* -f filename */
46 const char *create_format; /* -F format */
47 char *pending_chdir; /* -C dir */
48 const char *names_from_file; /* -T file */
49 time_t newer_ctime_sec; /* --newer/--newer-than */
50 long newer_ctime_nsec; /* --newer/--newer-than */
51 time_t newer_mtime_sec; /* --newer-mtime */
52 long newer_mtime_nsec; /* --newer-mtime-than */
53 int bytes_per_block; /* -b block_size */
[all …]
H A Dread.c72 struct bsdtar *bsdtar; member
82 tar_mode_t(struct bsdtar *bsdtar) in tar_mode_t()
90 tar_mode_x(struct bsdtar *bsdtar) in tar_mode_x()
102 struct bsdtar *bsdtar = progress_data->bsdtar; in progress_func() local
133 read_archive(struct bsdtar *bsdtar, char mode) in read_archive()
348 list_item_verbose(struct bsdtar *bsdtar, FILE *out, struct archive_entry *entry) in list_item_verbose()
H A Dwrite.c166 tar_mode_c(struct bsdtar *bsdtar) in tar_mode_c()
249 tar_mode_r(struct bsdtar *bsdtar) in tar_mode_r()
343 tar_mode_u(struct bsdtar *bsdtar) in tar_mode_u()
438 write_archive(struct archive *a, struct bsdtar *bsdtar) in write_archive()
524 archive_names_from_file(struct bsdtar *bsdtar, struct archive *a) in archive_names_from_file()
559 append_archive_filename(struct bsdtar *bsdtar, struct archive *a, in append_archive_filename()
590 append_archive(struct bsdtar *bsdtar, struct archive *a, struct archive *ina) in append_archive()
639 copy_file_data(struct bsdtar *bsdtar, struct archive *a, in copy_file_data()
669 write_hierarchy(struct bsdtar *bsdtar, struct archive *a, const char *path) in write_hierarchy()
912 write_entry_backend(struct bsdtar *bsdtar, struct archive *a, in write_entry_backend()
[all …]
H A Dsubst.c55 init_substitution(struct bsdtar *bsdtar) in init_substitution()
66 add_substitution(struct bsdtar *bsdtar, const char *rule_text) in add_substitution()
186 apply_substitution(struct bsdtar *bsdtar, const char *name, char **result, int symlink_only) in apply_substitution()
274 cleanup_substitution(struct bsdtar *bsdtar) in cleanup_substitution()
H A Dbsdtar.c136 struct bsdtar *bsdtar, bsdtar_storage; in main() local
630 set_mode(struct bsdtar *bsdtar, char opt) in set_mode()
642 only_mode(struct bsdtar *bsdtar, const char *opt, const char *valid_modes) in only_mode()
H A Dutil.c269 set_chdir(struct bsdtar *bsdtar, const char *newdir) in set_chdir()
296 do_chdir(struct bsdtar *bsdtar) in do_chdir()
355 edit_pathname(struct bsdtar *bsdtar, struct archive_entry *entry) in edit_pathname()
H A Dcmdline.c175 bsdtar_getopt(struct bsdtar *bsdtar) in bsdtar_getopt()