Home
last modified time | relevance | path

Searched refs:archive_write_set_option (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/libarchive/libarchive/test/
HDtest_write_format_iso9660_boot.c108 assertA(0 == archive_write_set_option(a, NULL, "boot", "boot.img")); in _test_write_format_iso9660_boot()
110 assertA(0 == archive_write_set_option(a, NULL, "boot-info-table", "1")); in _test_write_format_iso9660_boot()
111 assertA(0 == archive_write_set_option(a, NULL, "pad", NULL)); in _test_write_format_iso9660_boot()
HDtest_write_format_iso9660_zisofs.c116 r = archive_write_set_option(a, NULL, "zisofs", "1"); in test_write_format_iso9660_zisofs_1()
123 assertEqualIntA(a, 0, archive_write_set_option(a, NULL, "pad", NULL)); in test_write_format_iso9660_zisofs_1()
348 r = archive_write_set_option(a, NULL, "zisofs", "1"); in test_write_format_iso9660_zisofs_2()
355 assertEqualIntA(a, 0, archive_write_set_option(a, NULL, "pad", NULL)); in test_write_format_iso9660_zisofs_2()
601 r = archive_write_set_option(a, NULL, "zisofs", "1"); in test_write_format_iso9660_zisofs_3()
608 assertEqualIntA(a, 0, archive_write_set_option(a, NULL, "boot", "boot.img")); in test_write_format_iso9660_zisofs_3()
609 assertEqualIntA(a, 0, archive_write_set_option(a, NULL, "pad", NULL)); in test_write_format_iso9660_zisofs_3()
HDtest_archive_write_set_option.c29 assertEqualInt(__code, archive_write_set_option(__a, __m, __o, __v))
HDtest_write_format_iso9660_filename.c222 assertA(0 == archive_write_set_option(a, NULL, "pad", NULL)); in create_iso_image()
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_write_set_options.c57 archive_write_set_option(struct archive *a, const char *m, const char *o, in archive_write_set_option() function
HDarchive.h890 __LA_DECL int archive_write_set_option(struct archive *_a,
/freebsd-14-stable/lib/libarchive/
HDMakefile407 MLINKS+= archive_write_set_options.3 archive_write_set_option.3