Home
last modified time | relevance | path

Searched refs:canLz4 (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_lz4.c33 if (strstr(p, "Can't launch") != NULL && !canLz4()) { in DEFINE_TEST()
42 if (strstr(p, "Can't write") != NULL && !canLz4()) { in DEFINE_TEST()
49 if (strstr(p, "Error closing") != NULL && !canLz4()) { in DEFINE_TEST()
H A Dtest_extract_tar_lz4.c16 if (f == 0 || canLz4()) { in DEFINE_TEST()
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_lz4.c34 if (strstr(p, "Can't launch") != NULL && !canLz4()) { in DEFINE_TEST()
44 if (strstr(p, "Can't write") != NULL && !canLz4()) { in DEFINE_TEST()
52 if (strstr(p, "Error closing") != NULL && !canLz4()) { in DEFINE_TEST()
H A Dtest_extract_cpio_lz4.c16 if (f == 0 || canLz4()) { in DEFINE_TEST()
/freebsd/contrib/libarchive/cat/test/
H A Dtest_empty_lz4.c16 if (f == 0 || canLz4()) { in DEFINE_TEST()
H A Dtest_expand_lz4.c17 if (f == 0 || canLz4()) { in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_lz4.c46 if (!canLz4()) { in DEFINE_TEST()
290 if (!canLz4()) { in test_options()
H A Dtest_archive_write_add_filter_by_name.c175 test_filter_by_name("lz4", ARCHIVE_FILTER_LZ4, canLz4); in DEFINE_TEST()
H A Dmain.c2068 canLz4(void) in canLz4() function
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h350 int canLz4(void);
H A Dtest_main.c2597 canLz4(void) in canLz4() function