Searched refs:lzma (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c45 #include <lzma.h>
1552 "lzma library");
1575 case LZMA: detail = "lzma"; break;
1683 (xar->entry_encoding == XZ)?"xz":"lzma",
1883 else if (strcmp(attr->value, "application/x-lzma") == 0)
H A Darchive_read_support_format_zip.c59 #include <lzma.h>
432 {14, "lzma"}, /* LZMA (EFS) */
1604 * file is a modified "lzma alone" file format, that was used by the
1605 * `lzma` utility which was later deprecated in favour of `xz` utility.
1607 * "lzma alone" decoder from XZ Utils. */
1613 "lzma initialization failed(%d)", r);
1618 /* Flag the cleanup function that we want our lzma-related structures
1622 /* The "lzma alone" file format and the stream format inside ZIPx are
1623 * almost the same. Here's an example of a structure of "lzma alone"
1626 * $ cat /bin/ls | lzma | xx
[all...]
H A Darchive_read_support_format_7zip.c39 #include <lzma.h>
/freebsd-11-stable/contrib/file/
H A Dconfigure13386 for ac_header in lzma.h
13388 ac_fn_c_check_header_mongrel "$LINENO" "lzma.h" "ac_cv_header_lzma_h" "$ac_includes_default"

Completed in 226 milliseconds

123