Searched refs:archive_write_set_option (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/libarchive/libarchive/test/ |
| HD | 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()
|
| HD | 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()
|
| HD | test_archive_write_set_option.c | 29 assertEqualInt(__code, archive_write_set_option(__a, __m, __o, __v))
|
| HD | test_write_format_iso9660_filename.c | 222 assertA(0 == archive_write_set_option(a, NULL, "pad", NULL)); in create_iso_image()
|
| /freebsd-14-stable/contrib/libarchive/libarchive/ |
| HD | 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
|
| HD | archive.h | 890 __LA_DECL int archive_write_set_option(struct archive *_a,
|
| /freebsd-14-stable/lib/libarchive/ |
| HD | Makefile | 407 MLINKS+= archive_write_set_options.3 archive_write_set_option.3
|