/freebsd/contrib/libarchive/unzip/test/ |
H A D | test_x.c | 12 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 15 extract_reference_file(reffile); in DEFINE_TEST() 16 r = systemf("%s %s -x test_basic/c >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 30 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 33 extract_reference_file(reffile); in DEFINE_TEST() 34 r = systemf("%s %s -x test_basic/c test_basic/b >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 48 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 51 extract_reference_file(reffile); in DEFINE_TEST() 52 …r = systemf("%s %s -x test_basic/c test_basic/b -d foobar >test.out 2>test.err", testprog, reffile… in DEFINE_TEST()
|
H A D | test_d.c | 12 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 15 extract_reference_file(reffile); in DEFINE_TEST() 16 r = systemf("%s -d foobar %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 30 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 33 extract_reference_file(reffile); in DEFINE_TEST() 34 r = systemf("%s %s -d foobar >test.out 2>test.err", testprog, reffile); in DEFINE_TEST()
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_extract_cpio_grz.c | 11 const char *reffile = "test_extract.cpio.grz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_bz2.c | 11 const char *reffile = "test_extract.cpio.bz2"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_lrz.c | 11 const char *reffile = "test_extract.cpio.lrz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_xz.c | 11 const char *reffile = "test_extract.cpio.xz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_lzo.c | 11 const char *reffile = "test_extract.cpio.lzo"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_zstd.c | 11 const char *reffile = "test_extract.cpio.zst"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_gz.c | 11 const char *reffile = "test_extract.cpio.gz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_lzma.c | 11 const char *reffile = "test_extract.cpio.lzma"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_lz4.c | 11 const char *reffile = "test_extract.cpio.lz4"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_cpio_lz.c | 11 const char *reffile = "test_extract.cpio.lz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_extract_tar_xz.c | 11 const char *reffile = "test_extract.tar.xz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_lzma.c | 11 const char *reffile = "test_extract.tar.lzma"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_lz.c | 11 const char *reffile = "test_extract.tar.lz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_lz4.c | 11 const char *reffile = "test_extract.tar.lz4"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_lrz.c | 11 const char *reffile = "test_extract.tar.lrz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_grz.c | 11 const char *reffile = "test_extract.tar.grz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_lzo.c | 11 const char *reffile = "test_extract.tar.lzo"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_bz2.c | 11 const char *reffile = "test_extract.tar.bz2"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_zstd.c | 11 const char *reffile = "test_extract.tar.zst"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_extract_tar_gz.c | 11 const char *reffile = "test_extract.tar.gz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
H A D | test_option_keep_newer_files.c | 11 const char *reffile = "test_option_keep_newer_files.tar.Z"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 21 systemf("%s -xf ../%s >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST() 32 systemf("%s -xf ../%s --keep-newer-files >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
|
/freebsd/contrib/libarchive/cat/test/ |
H A D | test_expand_plain.c | 11 const char *reffile = "test_expand.plain"; in DEFINE_TEST() local 13 extract_reference_file(reffile); in DEFINE_TEST() 14 assertEqualInt(0, systemf("%s %s >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
|
H A D | test_expand_Z.c | 11 const char *reffile = "test_expand.Z"; in DEFINE_TEST() local 13 extract_reference_file(reffile); in DEFINE_TEST() 14 assertEqualInt(0, systemf("%s %s >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
|