Home
last modified time | relevance | path

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

/src/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()
/src/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()
/src/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()
/src/contrib/libarchive/libarchive/test/
H A Dtest_archive_write_add_filter_by_name.c175 test_filter_by_name("lz4", ARCHIVE_FILTER_LZ4, canLz4); in DEFINE_TEST()
H A Dtest_write_filter_lz4.c46 if (!canLz4()) { in DEFINE_TEST()
290 if (!canLz4()) { in test_options()
H A Dmain.c2068 canLz4(void) in canLz4() function
/src/contrib/libarchive/test_utils/
H A Dtest_common.h356 int canLz4(void);