Searched refs:reffile (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.3-release/contrib/libarchive/tar/test/
H A Dtest_extract_tar_Z.c30 const char *reffile = "test_extract.tar.Z"; local
32 extract_reference_file(reffile);
34 testprog, reffile));
H A Dtest_extract_tar_bz2.c30 const char *reffile = "test_extract.tar.bz2"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_tar_grz.c30 const char *reffile = "test_extract.tar.grz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_tar_gz.c30 const char *reffile = "test_extract.tar.gz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_tar_lrz.c30 const char *reffile = "test_extract.tar.lrz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_tar_lz.c30 const char *reffile = "test_extract.tar.lz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_tar_lzma.c30 const char *reffile = "test_extract.tar.lzma"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_tar_lzo.c30 const char *reffile = "test_extract.tar.lzo"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_tar_xz.c30 const char *reffile = "test_extract.tar.xz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_option_keep_newer_files.c30 const char *reffile = "test_option_keep_newer_files.tar.Z"; local
33 extract_reference_file(reffile);
40 systemf("%s -xf ../%s >test.out 2>test.err", testprog, reffile));
51 systemf("%s -xf ../%s --keep-newer-files >test.out 2>test.err", testprog, reffile));
H A Dtest_print_longpath.c30 const char *reffile = "test_print_longpath.tar.Z"; local
35 extract_reference_file(reffile);
51 systemf("%s -tf %s >test.out 2>test.err", testprog, reffile));
/freebsd-10.3-release/contrib/libarchive/cpio/test/
H A Dtest_extract_cpio_Z.c30 const char *reffile = "test_extract.cpio.Z"; local
32 extract_reference_file(reffile);
34 testprog, reffile));
H A Dtest_extract_cpio_bz2.c30 const char *reffile = "test_extract.cpio.bz2"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_grz.c30 const char *reffile = "test_extract.cpio.grz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_gz.c30 const char *reffile = "test_extract.cpio.gz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lrz.c30 const char *reffile = "test_extract.cpio.lrz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lz.c30 const char *reffile = "test_extract.cpio.lz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lzma.c30 const char *reffile = "test_extract.cpio.lzma"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lzo.c30 const char *reffile = "test_extract.cpio.lrz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_xz.c30 const char *reffile = "test_extract.cpio.xz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_ar.c35 const char reffile[] = "test_read_format_ar.ar"; local
39 extract_reference_file(reffile);
43 assertA(0 == archive_read_open_filename(a, reffile, 7));
H A Dtest_read_set_format.c32 const char reffile[] = "test_read_format_rar.rar"; local
38 extract_reference_file(reffile);
42 assertA(0 == archive_read_open_filename(a, reffile, 10240));
104 const char reffile[] = "test_read_format_zip.zip"; local
108 extract_reference_file(reffile);
112 assertA(0 == archive_read_open_filename(a, reffile, 10240));
H A Dtest_read_format_mtree.c32 const char reffile[] = "test_read_format_mtree.mtree"; local
44 extract_reference_file(reffile);
61 archive_read_open_filename(a, reffile, 11));
370 const char reffile[] = "test_read_format_mtree_nomagic.mtree"; local
376 extract_reference_file(reffile);
384 archive_read_open_filename(a, reffile, 11));
449 const char reffile[] = "test_read_format_mtree_nomagic2.mtree"; local
455 extract_reference_file(reffile);
463 archive_read_open_filename(a, reffile, 11));
514 const char reffile[] local
[all...]
H A Dtest_read_format_rar.c34 const char reffile[] = "test_read_format_rar.rar"; local
40 extract_reference_file(reffile);
44 assertA(0 == archive_read_open_filename(a, reffile, 10240));
107 const char reffile[] = "test_read_format_rar_subblock.rar"; local
113 extract_reference_file(reffile);
117 assertA(0 == archive_read_open_filename(a, reffile, 10240));
140 const char reffile[] = "test_read_format_rar_noeof.rar"; local
146 extract_reference_file(reffile);
150 assertA(0 == archive_read_open_filename(a, reffile, 10240));
173 const char reffile[] local
298 const char reffile[] = "test_read_format_rar_unicode.rar"; local
392 const char reffile[] = "test_read_format_rar_compress_normal.rar"; local
489 const char reffile[] = "test_read_format_rar_multi_lzss_blocks.rar"; local
527 const char reffile[] = "test_read_format_rar_compress_best.rar"; local
624 const char reffile[] = "test_read_format_rar_ppmd_lzss_conversion.rar"; local
663 const char reffile[] = "test_read_format_rar_binary_data.rar"; local
721 const char reffile[] = "test_read_format_rar_windows.rar"; local
1011 const char reffile[] = "test_read_format_rar_sfx.exe"; local
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c957 char *reffile, *reflabel = NULL; local
961 reffile = uniqfile;
964 reffile = withfile;
966 if (read_ctf(&reffile, 1, reflabel, read_ctf_save_cb,
969 reffile);
1000 strncpy(uniqname, reffile, sizeof (uniqname));

Completed in 210 milliseconds

12