Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_write_set_options.c138 #define should_write_set_options(__a, __code, __opts) \ macro
155 should_write_set_options(a, ARCHIVE_OK, NULL); in write_set_options_test()
156 should_write_set_options(a, ARCHIVE_OK, ""); in write_set_options_test()
159 should_write_set_options(a, ARCHIVE_FAILED, "fubar:snafu"); in write_set_options_test()
162 should_write_set_options(a, ARCHIVE_FAILED, "fubar:snafu=betcha"); in write_set_options_test()
167 should_write_set_options(a, ARCHIVE_FAILED, "snafu"); in write_set_options_test()
170 should_write_set_options(a, ARCHIVE_FAILED, "snafu=betcha"); in write_set_options_test()
175 should_write_set_options(a, known_option_rv, "iso9660:joliet"); in write_set_options_test()
180 should_write_set_options(a, known_option_rv, "iso9660:joliet"); in write_set_options_test()
185 should_write_set_options(a, known_option_rv, "joliet"); in write_set_options_test()
[all …]