Home
last modified time | relevance | path

Searched refs:assertFileNotExists (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/libarchive/tar/test/
H A Dtest_option_exclude_vcs.c118 assertFileNotExists("CVS"); in DEFINE_TEST()
121 assertFileNotExists("RCS"); in DEFINE_TEST()
123 assertFileNotExists("SCCS"); in DEFINE_TEST()
125 assertFileNotExists(".svn"); in DEFINE_TEST()
143 assertFileNotExists(".hg"); in DEFINE_TEST()
159 assertFileNotExists("CVS"); in DEFINE_TEST()
162 assertFileNotExists("RCS"); in DEFINE_TEST()
184 assertFileNotExists(".hg"); in DEFINE_TEST()
199 assertFileNotExists("CVS"); in DEFINE_TEST()
202 assertFileNotExists("RCS"); in DEFINE_TEST()
[all …]
H A Dtest_option_exclude.c57 assertFileNotExists("file2"); in DEFINE_TEST()
67 assertFileNotExists("file1"); in DEFINE_TEST()
79 assertFileNotExists("file2"); in DEFINE_TEST()
80 assertFileNotExists("file3"); in DEFINE_TEST()
91 assertFileNotExists("file2"); in DEFINE_TEST()
101 assertFileNotExists("file1"); in DEFINE_TEST()
102 assertFileNotExists("file2"); in DEFINE_TEST()
113 assertFileNotExists("file2"); in DEFINE_TEST()
114 assertFileNotExists("file3"); in DEFINE_TEST()
124 assertFileNotExists("file1"); in DEFINE_TEST()
[all …]
H A Dtest_strip_components.c59 assertFileNotExists("target/d0"); in DEFINE_TEST()
61 assertFileNotExists("target/d1"); in DEFINE_TEST()
63 assertFileNotExists("target/s1"); in DEFINE_TEST()
70 assertFileNotExists("target/s2"); in DEFINE_TEST()
98 assertFileNotExists("target/l1"); in DEFINE_TEST()
100 assertFileNotExists("target/l2"); in DEFINE_TEST()
118 assertFileNotExists("target2/d0"); in DEFINE_TEST()
120 assertFileNotExists("target2/d1"); in DEFINE_TEST()
122 assertFileNotExists("target/s1"); in DEFINE_TEST()
135 assertFileNotExists("target/l1"); in DEFINE_TEST()
[all …]
H A Dtest_option_X_upper.c68 assertFileNotExists("file1"); in DEFINE_TEST()
82 assertFileNotExists("file1"); in DEFINE_TEST()
83 assertFileNotExists("file2"); in DEFINE_TEST()
96 assertFileNotExists("file1"); in DEFINE_TEST()
97 assertFileNotExists("file2"); in DEFINE_TEST()
110 assertFileNotExists("file1"); in DEFINE_TEST()
111 assertFileNotExists("file2"); in DEFINE_TEST()
113 assertFileNotExists("file4a"); in DEFINE_TEST()
124 assertFileNotExists("file1"); in DEFINE_TEST()
125 assertFileNotExists("file2"); in DEFINE_TEST()
[all …]
H A Dtest_option_T_upper.c100 assertFileNotExists("test1/d1/f2"); in DEFINE_TEST()
101 assertFileNotExists("test1/d1/d2/f3"); in DEFINE_TEST()
103 assertFileNotExists("test1/d1/d2/f5"); in DEFINE_TEST()
106 assertFileNotExists("test1/d1/d2/f\x0a"); in DEFINE_TEST()
124 assertFileNotExists("test3/d1/f2"); in DEFINE_TEST()
142 assertFileNotExists("test2/d1/f2"); in DEFINE_TEST()
143 assertFileNotExists("test2/d1/d2/f3"); in DEFINE_TEST()
145 assertFileNotExists("test2/d1/d2/f5"); in DEFINE_TEST()
148 assertFileNotExists("test2/d1/d2/f\x0a"); in DEFINE_TEST()
H A Dtest_option_older_than.c66 assertFileNotExists("new.txt"); in DEFINE_TEST()
67 assertFileNotExists("a/b/new.txt"); in DEFINE_TEST()
68 assertFileNotExists("middle.txt"); in DEFINE_TEST()
79 assertFileNotExists("new.txt"); in DEFINE_TEST()
80 assertFileNotExists("a/b/new.txt"); in DEFINE_TEST()
81 assertFileNotExists("middle.txt"); in DEFINE_TEST()
H A Dtest_option_newer_than.c64 assertFileNotExists("middle.txt"); in DEFINE_TEST()
65 assertFileNotExists("old.txt"); in DEFINE_TEST()
74 assertFileNotExists("middle.txt"); in DEFINE_TEST()
75 assertFileNotExists("old.txt"); in DEFINE_TEST()
H A Dtest_option_O_upper.c53 assertFileNotExists("file1"); in DEFINE_TEST()
54 assertFileNotExists("file2"); in DEFINE_TEST()
64 assertFileNotExists("file1"); in DEFINE_TEST()
65 assertFileNotExists("file2"); in DEFINE_TEST()
H A Dtest_option_C_upper.c78 assertFileNotExists("file1"); in DEFINE_TEST()
79 assertFileNotExists("file2"); in DEFINE_TEST()
H A Dtest_patterns.c172 assertFileNotExists(filex); in DEFINE_TEST()
182 assertFileNotExists(filex); in DEFINE_TEST()
H A Dtest_format_newc.c60 assertFileNotExists("file3"); in DEFINE_TEST()
H A Dtest_option_nodump.c63 assertFileNotExists("file2"); in DEFINE_TEST()
H A Dtest_option_n.c65 assertFileNotExists("d1/file1"); in DEFINE_TEST()
H A Dtest_option_U_upper.c86 assertFileNotExists("d1/file1"); in DEFINE_TEST()
/freebsd-13.1/contrib/libarchive/cpio/test/
H A Dtest_option_f.c60 assertFileNotExists("t1/a123"); in DEFINE_TEST()
61 assertFileNotExists("t1/a234"); in DEFINE_TEST()
74 assertFileNotExists("t2/b123"); in DEFINE_TEST()
75 assertFileNotExists("t2/b234"); in DEFINE_TEST()
H A Dtest_option_d.c52 assertFileNotExists("dir/file"); in DEFINE_TEST()
/freebsd-13.1/contrib/libarchive/cat/test/
H A Dtest_error.c31 assertFileNotExists(reffile); in DEFINE_TEST()
H A Dtest_error_mixed.c33 assertFileNotExists(reffile2); in DEFINE_TEST()
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_appledouble.c174 assertFileNotExists("._file3"); in DEFINE_TEST()
233 assertFileNotExists("._file3"); in DEFINE_TEST()
H A Dtest_write_disk_secure.c108assertFileNotExists("/tmp/libarchive_test-test_write_disk_secure-absolute_symlink/libarchive_test-… in DEFINE_TEST()
246 assertFileNotExists("/tmp/libarchive_test-test_write_disk_secure-absolute_path.tmp"); in DEFINE_TEST()
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_common.h216 #define assertFileNotExists(pathname) \ macro