| /freebsd-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_mtree_quoted_filename.c | 47 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 D | test_write_format_mtree.c | 83 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 D | test_write_format_mtree_classic_indent.c | 121 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 D | test_write_format_zip_zip64.c | 41 archive_write_set_format_option(a, "zip", "zip64", NULL)); in verify_zip_filesize()
|
| H A D | test_archive_write_set_format_option.c | 29 assertEqualInt(__code, archive_write_set_format_option(__a, __m, __o, __v))
|
| H A D | test_write_format_zip_empty_zip64.c | 46 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, "zip", "zip64", "1")); in DEFINE_TEST()
|
| H A D | test_write_format_zip_windows_path.c | 46 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, "zip", "hdrcharset", charset)); in test_with_hdrcharset()
|
| H A D | test_write_format_7zip_large.c | 55 ARCHIVE_OK != archive_write_set_format_option(a, "7zip", in test_large()
|
| H A D | test_write_format_mtree_classic.c | 122 archive_write_set_format_option(a, NULL, "dironly", "1")); in test_write_format_mtree_sub()
|
| H A D | test_archive_write_set_format_by_name.c | 55 ARCHIVE_OK != archive_write_set_format_option(a, format_name, in test_format_by_name()
|
| H A D | test_write_format_7zip.c | 45 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 D | archive_write_set_options.c | 39 archive_write_set_format_option(struct archive *a, const char *m, const char *o, in archive_write_set_format_option() function
|
| H A D | archive.h | 882 __LA_DECL int archive_write_set_format_option(struct archive *_a,
|
| /freebsd-14.2/lib/libarchive/ |
| H A D | Makefile | 406 MLINKS+= archive_write_set_options.3 archive_write_set_format_option.3
|