Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_write_format_mtree_quoted_filename.c48 archive_write_set_format_option(a, NULL, "all", NULL)); in DEFINE_TEST()
50 archive_write_set_format_option(a, NULL, "type", "1")); in DEFINE_TEST()
52 archive_write_set_format_option(a, NULL, "mode", "1")); in DEFINE_TEST()
H A Dtest_write_format_mtree.c84 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, NULL, "use-set", "1")); in test_write_format_mtree_sub()
86 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, NULL, "dironly", "1")); in test_write_format_mtree_sub()
172 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, NULL, "use-set", "1")); in test_write_format_mtree_sub2()
174 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, NULL, "dironly", "1")); in test_write_format_mtree_sub2()
H A Dtest_write_format_mtree_classic_indent.c122 archive_write_set_format_option(a, NULL, "indent", "1")); in test_write_format_mtree_sub()
125 archive_write_set_format_option(a, NULL, "dironly", "1")); in test_write_format_mtree_sub()
H A Dtest_write_format_zip_zip64.c42 archive_write_set_format_option(a, "zip", "zip64", NULL)); in verify_zip_filesize()
H A Dtest_archive_write_set_format_option.c30 assertEqualInt(__code, archive_write_set_format_option(__a, __m, __o, __v))
H A Dtest_write_format_zip_empty_zip64.c47 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, "zip", "zip64", "1")); in DEFINE_TEST()
H A Dtest_write_format_7zip_large.c57 ARCHIVE_OK != archive_write_set_format_option(a, "7zip", in test_large()
H A Dtest_write_format_mtree_classic.c123 archive_write_set_format_option(a, NULL, "dironly", "1")); in test_write_format_mtree_sub()
H A Dtest_archive_write_set_format_by_name.c57 ARCHIVE_OK != archive_write_set_format_option(a, format_name, in test_format_by_name()
H A Dtest_write_format_7zip.c46 ARCHIVE_OK != archive_write_set_format_option(a, "7zip", in test_basic()
336 ARCHIVE_OK != archive_write_set_format_option(a, "7zip", in test_basic2()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_options.c40 archive_write_set_format_option(struct archive *a, const char *m, const char *o, in archive_write_set_format_option() function
H A Darchive.h865 __LA_DECL int archive_write_set_format_option(struct archive *_a,