Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_write_format_mtree_quoted_filename.c47 archive_write_set_format_option(a, NULL, "all", NULL)); in DEFINE_TEST()
49 archive_write_set_format_option(a, NULL, "type", "1")); in DEFINE_TEST()
51 archive_write_set_format_option(a, NULL, "mode", "1")); in DEFINE_TEST()
H A Dtest_write_format_mtree.c83 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, NULL, "use-set", "1")); in test_write_format_mtree_sub()
85 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, NULL, "dironly", "1")); in test_write_format_mtree_sub()
171 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, NULL, "use-set", "1")); in test_write_format_mtree_sub2()
173 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.c121 archive_write_set_format_option(a, NULL, "indent", "1")); in test_write_format_mtree_sub()
124 archive_write_set_format_option(a, NULL, "dironly", "1")); in test_write_format_mtree_sub()
H A Dtest_write_format_zip_zip64.c41 archive_write_set_format_option(a, "zip", "zip64", NULL)); in verify_zip_filesize()
H A Dtest_archive_write_set_format_option.c29 assertEqualInt(__code, archive_write_set_format_option(__a, __m, __o, __v))
H A Dtest_write_format_zip_empty_zip64.c46 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, "zip", "zip64", "1")); in DEFINE_TEST()
H A Dtest_write_format_zip_windows_path.c46 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, "zip", "hdrcharset", charset)); in test_with_hdrcharset()
H A Dtest_write_format_7zip_large.c55 ARCHIVE_OK != archive_write_set_format_option(a, "7zip", in test_large()
H A Dtest_write_format_mtree_classic.c122 archive_write_set_format_option(a, NULL, "dironly", "1")); in test_write_format_mtree_sub()
H A Dtest_archive_write_set_format_by_name.c55 ARCHIVE_OK != archive_write_set_format_option(a, format_name, in test_format_by_name()
H A Dtest_write_format_7zip.c45 ARCHIVE_OK != archive_write_set_format_option(a, "7zip", in test_basic()
335 ARCHIVE_OK != archive_write_set_format_option(a, "7zip", in test_basic2()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_set_options.c39 archive_write_set_format_option(struct archive *a, const char *m, const char *o, in archive_write_set_format_option() function
H A Darchive.h882 __LA_DECL int archive_write_set_format_option(struct archive *_a,
/freebsd-14.2/lib/libarchive/
H A DMakefile406 MLINKS+= archive_write_set_options.3 archive_write_set_format_option.3