Searched refs:should_write_set_option (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_write_set_options.c | 96 #define should_write_set_option(__a, __code, __m, __o, __v) \ macro 112 should_write_set_option(a, ARCHIVE_OK, NULL, NULL, NULL); in write_set_option_test() 113 should_write_set_option(a, ARCHIVE_OK, "", "", ""); in write_set_option_test() 116 should_write_set_option(a, ARCHIVE_FAILED, "fubar", "snafu", NULL); in write_set_option_test() 117 should_write_set_option(a, ARCHIVE_FAILED, "fubar", "snafu", "betcha"); in write_set_option_test() 120 should_write_set_option(a, ARCHIVE_FAILED, NULL, "snafu", NULL); in write_set_option_test() 121 should_write_set_option(a, ARCHIVE_FAILED, NULL, "snafu", "betcha"); in write_set_option_test() 124 should_write_set_option(a, known_option_rv, "iso9660", "joliet", NULL); in write_set_option_test() 125 should_write_set_option(a, known_option_rv, "iso9660", "joliet", NULL); in write_set_option_test() 126 should_write_set_option(a, known_option_rv, NULL, "joliet", NULL); in write_set_option_test() [all …]
|