Home
last modified time | relevance | path

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

/freebsd-src/contrib/libarchive/tar/
H A Dbsdtar.h46 struct bsdtar { global() struct
48 filenamebsdtar global() argument
49 pending_chdirbsdtar global() argument
50 names_from_filebsdtar global() argument
51 bytes_per_blockbsdtar global() argument
52 bytes_in_last_blockbsdtar global() argument
53 verbosebsdtar global() argument
54 flagsbsdtar global() argument
55 extract_flagsbsdtar global() argument
56 readdisk_flagsbsdtar global() argument
57 strip_componentsbsdtar global() argument
58 gidbsdtar global() argument
59 gnamebsdtar global() argument
60 uidbsdtar global() argument
61 unamebsdtar global() argument
62 passphrasebsdtar global() argument
63 modebsdtar global() argument
64 symlink_modebsdtar global() argument
65 option_optionsbsdtar global() argument
66 day_firstbsdtar global() argument
67 csetbsdtar global() argument
70 getopt_statebsdtar global() argument
71 getopt_wordbsdtar global() argument
74 fdbsdtar global() argument
77 argcbsdtar global() argument
78 argvbsdtar global() argument
79 argumentbsdtar global() argument
80 gs_widthbsdtar global() argument
81 u_widthbsdtar global() argument
82 user_uidbsdtar global() argument
83 return_valuebsdtar global() argument
84 warned_lead_slashbsdtar global() argument
85 next_line_is_dirbsdtar global() argument
91 diskreaderbsdtar global() argument
92 resolverbsdtar global() argument
93 archive_dirbsdtar global() argument
94 gname_cachebsdtar global() argument
95 buffbsdtar global() argument
96 buff_sizebsdtar global() argument
97 first_fsbsdtar global() argument
98 matchingbsdtar global() argument
99 securitybsdtar global() argument
100 uname_cachebsdtar global() argument
101 siginfobsdtar global() argument
102 substitutionbsdtar global() argument
103 ppbuffbsdtar global() argument
[all...]
H A Dwrite.c140 set_writer_options(struct bsdtar * bsdtar,struct archive * a) set_writer_options() argument
170 set_reader_options(struct bsdtar * bsdtar,struct archive * a) set_reader_options() argument
205 tar_mode_c(struct bsdtar * bsdtar) tar_mode_c() argument
258 tar_mode_r(struct bsdtar * bsdtar) tar_mode_r() argument
349 tar_mode_u(struct bsdtar * bsdtar) tar_mode_u() argument
438 write_archive(struct archive * a,struct bsdtar * bsdtar) write_archive() argument
603 archive_names_from_file(struct bsdtar * bsdtar,struct archive * a) archive_names_from_file() argument
646 append_archive_filename(struct bsdtar * bsdtar,struct archive * a,const char * raw_filename) append_archive_filename() argument
688 append_archive(struct bsdtar * bsdtar,struct archive * a,struct archive * ina) append_archive() argument
738 copy_file_data_block(struct bsdtar * bsdtar,struct archive * a,struct archive * in_a,struct archive_entry * entry) copy_file_data_block() argument
815 struct bsdtar *bsdtar = (struct bsdtar *)_data; excluded_callback() local
830 struct bsdtar *bsdtar = (struct bsdtar *)_data; metadata_filter() local
868 write_hierarchy(struct bsdtar * bsdtar,struct archive * a,const char * path) write_hierarchy() argument
962 write_file(struct bsdtar * bsdtar,struct archive * a,struct archive_entry * entry) write_file() argument
972 write_entry(struct bsdtar * bsdtar,struct archive * a,struct archive_entry * entry) write_entry() argument
1007 report_write(struct bsdtar * bsdtar,struct archive * a,struct archive_entry * entry,int64_t progress) report_write() argument
1035 test_for_append(struct bsdtar * bsdtar) test_for_append() argument
[all...]
H A Dread.c81 struct bsdtar *bsdtar; global() member
91 tar_mode_t(struct bsdtar * bsdtar) tar_mode_t() argument
100 tar_mode_x(struct bsdtar * bsdtar) tar_mode_x() argument
123 struct bsdtar *bsdtar = progress_data->bsdtar; progress_func() local
159 read_archive(struct bsdtar * bsdtar,char mode,struct archive * writer) read_archive() argument
[all...]
H A Dutil.c289 set_chdir(struct bsdtar *bsdtar, const char *newdir) argument
325 do_chdir(struct bsdtar * bsdtar) global() argument
378 warn_strip_leading_char(struct bsdtar * bsdtar,const char * c) global() argument
389 warn_strip_drive_letter(struct bsdtar * bsdtar) global() argument
404 strip_absolute_path(struct bsdtar * bsdtar,const char * p) global() argument
467 edit_pathname(struct bsdtar * bsdtar,struct archive_entry * entry) global() argument
631 struct bsdtar *bsdtar = (struct bsdtar *)_client_data; global() local
661 list_item_verbose(struct bsdtar * bsdtar,FILE * out,struct archive_entry * entry) global() argument
[all...]
H A Dsubst.c60 init_substitution(struct bsdtar * bsdtar) init_substitution() argument
71 add_substitution(struct bsdtar * bsdtar,const char * rule_text) add_substitution() argument
217 apply_substitution(struct bsdtar * bsdtar,const char * name,char ** result,int symlink_target,int hardlink_target) apply_substitution() argument
330 cleanup_substitution(struct bsdtar * bsdtar) cleanup_substitution() argument
[all...]
H A Dbsdtar.c152 memset(bsdtar, 0, sizeof(*bsdtar)); in main() local
1023 set_mode(struct bsdtar * bsdtar,char opt) set_mode() argument
1035 only_mode(struct bsdtar * bsdtar,const char * opt,const char * valid_modes) only_mode() argument
[all...]
H A Dcmdline.c216 bsdtar_getopt(struct bsdtar * bsdtar) bsdtar_getopt() argument
[all...]