Home
last modified time | relevance | path

Searched refs:canZstd (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_zstd.c33 if (strstr(p, "Can't launch") != NULL && !canZstd()) { in DEFINE_TEST()
42 if (strstr(p, "Can't write") != NULL && !canZstd()) { in DEFINE_TEST()
49 if (strstr(p, "Error closing") != NULL && !canZstd()) { in DEFINE_TEST()
H A Dtest_extract_tar_zstd.c16 if (f == 0 || canZstd()) { in DEFINE_TEST()
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_zstd.c33 if (strstr(p, "Can't launch") != NULL && !canZstd()) { in DEFINE_TEST()
42 if (strstr(p, "Can't write") != NULL && !canZstd()) { in DEFINE_TEST()
49 if (strstr(p, "Error closing") != NULL && !canZstd()) { in DEFINE_TEST()
H A Dtest_extract_cpio_zstd.c16 if (f == 0 || canZstd()) { in DEFINE_TEST()
/freebsd/contrib/libarchive/cat/test/
H A Dtest_empty_zstd.c16 if (f == 0 || canZstd()) { in DEFINE_TEST()
H A Dtest_expand_zstd.c16 if (f == 0 || canZstd()) { in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_write_add_filter_by_name.c205 test_filter_by_name("zstd", ARCHIVE_FILTER_ZSTD, canZstd); in DEFINE_TEST()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h353 int canZstd(void);
H A Dtest_main.c2612 canZstd(void) in canZstd() function