Searched refs:archive_write_set_option (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_write_format_iso9660_boot.c | 108 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()
|
H A D | test_write_format_iso9660_zisofs.c | 116 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()
|
H A D | test_archive_write_set_option.c | 29 assertEqualInt(__code, archive_write_set_option(__a, __m, __o, __v))
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_write_set_options.c | 57 archive_write_set_option(struct archive *a, const char *m, const char *o, in archive_write_set_option() function
|