Searched +full:test_read_format_tar_invalid_pax_size +full:. +full:tar (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_tar_invalid_pax_size.c | 3 * All rights reserved. 8 * 1. Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 10 * 2. Redistributions in binary form must reproduce the above copyright 12 * documentation and/or other materials provided with the distribution. 16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 #include "test.h" 28 * The pax size attribute can be used to override the size. 29 * It should be validated the same way the normal size is validated. 34 DEFINE_TEST(test_read_format_tar_invalid_pax_size) DEFINE_TEST() argument [all...] |
HD | test_read_format_tar_invalid_pax_size.tar.uu | 1 begin 644 test_read_format_tar_invalid_pax_size.tar 15 M("`@("`@("`@("`@("`@(`HS,"!S:7IE/2TQ.3<V.30Q,3$Q,S8U.3<R-S0S 27 M,#,P.#$V`#`S-S0U,S0`,#`Q,38Q,``P,#`P,#`P,#`P-P`Q,C4S,3$T-3,W
|
/freebsd/lib/libarchive/tests/ |
H A D | Makefile | 1 .include <src.opts.mk> 11 TEST_METADATA.functional_test+= timeout="600" 17 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR} 22 CFLAGS.test_utils.c+= -Wno-cast-align 28 .PATH: ${_LIBARCHIVEDIR}/libarchive/test 30 test_7zip_filename_encoding.c \ 31 test_acl_nfs4.c \ 32 test_acl_pax.c \ 33 test_acl_platform_nfs4.c \ 34 test_acl_platform_posix1e.c \ [all …]
|