Home
last modified time | relevance | path

Searched refs:v7tar (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_v7tar.c47 struct v7tar { struct
146 struct v7tar *v7tar; in archive_write_set_format_v7tar() local
163 v7tar = calloc(1, sizeof(*v7tar)); in archive_write_set_format_v7tar()
164 if (v7tar == NULL) { in archive_write_set_format_v7tar()
169 a->format_data = v7tar; in archive_write_set_format_v7tar()
186 struct v7tar *v7tar = (struct v7tar *)a->format_data; in archive_write_v7tar_options() local
195 v7tar->opt_sconv = archive_string_conversion_to_charset( in archive_write_v7tar_options()
197 if (v7tar->opt_sconv != NULL) in archive_write_v7tar_options()
216 struct v7tar *v7tar; in archive_write_v7tar_header() local
220 v7tar = (struct v7tar *)a->format_data; in archive_write_v7tar_header()
[all …]