HomeSort by: relevance | last modified time | path
    Searched refs:opt_sconv (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_v7tar.c 51 struct archive_string_conv *opt_sconv; member in struct:v7tar
195 v7tar->opt_sconv = archive_string_conversion_to_charset(
197 if (v7tar->opt_sconv != NULL)
223 if (v7tar->opt_sconv == NULL) {
232 sconv = v7tar->opt_sconv;
archive_write_set_format_cpio_binary.c 67 struct archive_string_conv *opt_sconv; member in struct:cpio
247 cpio->opt_sconv = archive_string_conversion_to_charset(
249 if (cpio->opt_sconv != NULL)
336 sconv = cpio->opt_sconv;
archive_write_set_format_cpio_newc.c 65 struct archive_string_conv *opt_sconv; member in struct:cpio
150 cpio->opt_sconv = archive_string_conversion_to_charset(
152 if (cpio->opt_sconv != NULL)
173 sconv = cpio->opt_sconv;
archive_write_set_format_cpio_odc.c 69 struct archive_string_conv *opt_sconv; member in struct:cpio
144 cpio->opt_sconv = archive_string_conversion_to_charset(
146 if (cpio->opt_sconv != NULL)
233 sconv = cpio->opt_sconv;
archive_write_set_format_gnutar.c 60 struct archive_string_conv *opt_sconv; member in struct:gnutar
209 gnutar->opt_sconv = archive_string_conversion_to_charset(
211 if (gnutar->opt_sconv != NULL)
285 if (gnutar->opt_sconv == NULL) {
294 sconv = gnutar->opt_sconv;
archive_write_set_format_ustar.c 51 struct archive_string_conv *opt_sconv; member in struct:ustar
218 ustar->opt_sconv = archive_string_conversion_to_charset(
220 if (ustar->opt_sconv != NULL)
246 if (ustar->opt_sconv == NULL) {
254 sconv = ustar->opt_sconv;
archive_read_support_format_cpio.c 184 struct archive_string_conv *opt_sconv; member in struct:cpio
339 cpio->opt_sconv =
342 if (cpio->opt_sconv != NULL)
372 sconv = cpio->opt_sconv;
archive_write_set_format_zip.c 178 struct archive_string_conv *opt_sconv; member in struct:zip
530 zip->opt_sconv = archive_string_conversion_to_charset(
532 if (zip->opt_sconv != NULL)
951 if (zip->opt_sconv != NULL) {
953 zip->opt_sconv), "UTF-8") == 0)
2261 /* TODO: Free opt_sconv, sconv_default */
2338 if (zip->opt_sconv != NULL)
2339 return (zip->opt_sconv);
archive_read_support_format_lha.c 182 struct archive_string_conv *opt_sconv; member in struct:lha
404 lha->opt_sconv =
407 if (lha->opt_sconv != NULL)
567 if (lha->opt_sconv != NULL) {
568 lha->sconv_dir = lha->opt_sconv;
569 lha->sconv_fname = lha->opt_sconv;
archive_read_support_format_tar.c 148 struct archive_string_conv *opt_sconv; member in struct:tar
453 tar->opt_sconv =
456 if (tar->opt_sconv != NULL)
551 tar->sconv = tar->opt_sconv;
2067 sconv = tar->opt_sconv;
archive_read_support_format_rar.c 373 struct archive_string_conv *opt_sconv; member in struct:rar
889 rar->opt_sconv =
892 if (rar->opt_sconv != NULL)
1386 sconv = rar->opt_sconv;

Completed in 30 milliseconds