Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/cat/test/
H A Dtest_expand_mixed.c12 const char *reffile2 = "test_expand.plain"; in DEFINE_TEST() local
15 extract_reference_file(reffile2); in DEFINE_TEST()
17 testprog, reffile1, reffile2)); in DEFINE_TEST()
H A Dtest_error_mixed.c12 const char *reffile2 = "test_expand.error"; in DEFINE_TEST() local
15 assertFileNotExists(reffile2); in DEFINE_TEST()
19 testprog, reffile1, reffile2, reffile3)); in DEFINE_TEST()
/freebsd/contrib/libarchive/tar/test/
H A Dtest_patterns.c14 const char *reffile2 = "test_patterns_2.tar"; in DEFINE_TEST() local
46 extract_reference_file(reffile2); in DEFINE_TEST()
49 testprog, reffile2); in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_raw.c36 const char *reffile2 = "test_read_format_raw.data.Z"; in DEFINE_TEST()
71 extract_reference_file(reffile2); in DEFINE_TEST()
77 archive_read_open_filename(a, reffile2, 1)); in DEFINE_TEST()
37 const char *reffile2 = "test_read_format_raw.data.Z"; DEFINE_TEST() local