Home
last modified time | relevance | path

Searched +full:test_write_disk_hfs_compression +full:. +full:tgz (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_hfs_compression.tgz.uu1 begin 644 test_write_disk_hfs_compression.tgz
H A Dtest_write_disk_hfs_compression.c4 * All rights reserved.
26 #include "test.h"
73 r = getxattr(filename, "com.apple.ResourceFork", NULL, 0, 0, in get_rsrc_footer()
77 r = getxattr(filename, "com.apple.ResourceFork", buff, s, in get_rsrc_footer()
89 DEFINE_TEST(test_write_disk_hfs_compression) in DEFINE_TEST() argument
95 const char *refname = "test_write_disk_hfs_compression.tgz"; in DEFINE_TEST()
159 assertEqualInt(1, has_xattr("file1", "com.apple.decmpfs")); in DEFINE_TEST()
177 assertEqualInt(1, has_xattr("NEWS", "com.apple.decmpfs")); in DEFINE_TEST()
194 assertChdir(".."); in DEFINE_TEST()
260 assertEqualInt(0, has_xattr("NEWS", "com.apple.decmpfs")); in DEFINE_TEST()
[all …]
/freebsd-12.1/lib/libarchive/tests/
H A DMakefile15 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
222 test_write_disk_hfs_compression.c \
325 @mv ${.TARGET}.tmp ${.TARGET}
327 CLEANTESTS+= list.h list.h.tmp
337 ${PACKAGE}FILES+= test_compat_gzip_1.tgz.uu
338 ${PACKAGE}FILES+= test_compat_gzip_2.tgz.uu
359 ${PACKAGE}FILES+= test_compat_mac-1.tar.Z.uu
382 ${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu
624 ${PACKAGE}FILES+= test_write_disk_hfs_compression.tgz.uu
626 ${PACKAGE}FILES+= test_write_disk_no_hfs_compression.tgz.uu
[all …]