Searched refs:archive_write_set_format_option (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_mtree_quoted_filename.c | 48 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 D | test_write_format_mtree.c | 84 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 D | test_write_format_mtree_classic_indent.c | 122 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 D | test_write_format_zip_zip64.c | 42 archive_write_set_format_option(a, "zip", "zip64", NULL)); in verify_zip_filesize()
|
| H A D | test_archive_write_set_format_option.c | 30 assertEqualInt(__code, archive_write_set_format_option(__a, __m, __o, __v))
|
| H A D | test_write_format_zip_empty_zip64.c | 47 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_option(a, "zip", "zip64", "1")); in DEFINE_TEST()
|
| H A D | test_write_format_7zip_large.c | 57 ARCHIVE_OK != archive_write_set_format_option(a, "7zip", in test_large()
|
| H A D | test_write_format_mtree_classic.c | 123 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 | 57 ARCHIVE_OK != archive_write_set_format_option(a, format_name, in test_format_by_name()
|
| H A D | test_write_format_7zip.c | 46 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 D | archive_write_set_options.c | 40 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 | 865 __LA_DECL int archive_write_set_format_option(struct archive *_a,
|