Searched refs:verify3 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_cab.c | 343 verify3(const char *refname, enum comp_type comp) 399 verify3("test_read_format_cab_1.cab", STORE); in DEFINE_TEST() 403 verify3("test_read_format_cab_2.cab", MSZIP); in DEFINE_TEST() 407 verify3("test_read_format_cab_3.cab", LZX); in DEFINE_TEST() 344 verify3(const char *refname, enum comp_type comp) verify3() function
|
| H A D | test_read_format_tar.c | 159 static void verify3(struct archive_entry *ae) in verify3() function 461 verify(archive3, sizeof(archive3), verify3, in DEFINE_TEST()
|
| H A D | test_read_format_xar.c | 222 static void verify3(struct archive *a, struct archive_entry *ae) in verify3() function 851 verify(archive3, sizeof(archive3), verify3, NULL, GZIP); in DEFINE_TEST()
|