Searched refs:test_format_by_name (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_archive_write_set_format_by_name.c | 29 test_format_by_name(const char *format_name, const char *compression_type, in test_format_by_name() function 141 test_format_by_name("7zip", "copy", ARCHIVE_FORMAT_7ZIP, 0, in DEFINE_TEST() 147 test_format_by_name("ar", NULL, ARCHIVE_FORMAT_AR, 0, NULL, 0); in DEFINE_TEST() 152 test_format_by_name("arbsd", NULL, ARCHIVE_FORMAT_AR, 0, NULL, 0); in DEFINE_TEST() 157 test_format_by_name("argnu", NULL, ARCHIVE_FORMAT_AR_GNU, 0, NULL, 0); in DEFINE_TEST() 162 test_format_by_name("arsvr4", NULL, ARCHIVE_FORMAT_AR_GNU, 0, NULL, 0); in DEFINE_TEST() 167 test_format_by_name("bsdtar", NULL, ARCHIVE_FORMAT_TAR_USTAR, 0, NULL, 0); in DEFINE_TEST() 172 test_format_by_name("cd9660", NULL, ARCHIVE_FORMAT_ISO9660_ROCKRIDGE, 1, in DEFINE_TEST() 178 test_format_by_name("cpio", NULL, ARCHIVE_FORMAT_CPIO_POSIX, 0, NULL, 0); in DEFINE_TEST() 183 test_format_by_name("gnutar", NULL, ARCHIVE_FORMAT_TAR_GNUTAR, 0, in DEFINE_TEST() [all …]
|