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

123

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lrzip.c47 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; enumerator in enum:write_lrzip::__anon1873
142 case lzma:/* default compression */
H A Darchive_read_support_filter_xz.c45 #include <lzma.h>
78 /* Combined lzip/lzma/xz filter */
86 * Note that we can detect xz and lzma compressed files even if we
89 * compiled even if no lzma library is available.
159 bidder->name = "lzma";
168 "Using external lzma program for lzma decompression");
272 * lzma of LZMA SDK has options to change those parameters.
273 * It means a range of this field is from 0 to 224. And lzma of
287 * size is unknown and lzma o
[all...]
H A Darchive_util.c52 #include <lzma.h>
H A Darchive_write_add_filter_xz.c42 #include <lzma.h>
87 "lzma compression not supported on this platform");
95 "lzma compression not supported on this platform");
198 f->name = "lzma";
524 "lzma compression data error");
528 "lzma compression error: "
537 "lzma compression failed:"
H A Darchive_write_set_format_xar.c43 #include <lzma.h>
444 else if (strcmp(value, "lzma") == 0)
448 name = "lzma";
1000 encname = "application/x-lzma"; break;
2877 "Can't allocate memory for lzma stream");
3018 "lzma compression error:"
3026 "lzma compression failed:"
3054 return (compression_unsupported_encoder(a, lastrm, "lzma"));
H A Darchive_write_set_format_7zip.c37 #include <lzma.h>
1931 "Can't allocate memory for lzma stream");
2052 "lzma compression error:"
2060 "lzma compression failed:"
2088 return (compression_unsupported_encoder(a, lastrm, "lzma"));
2098 return (compression_unsupported_encoder(a, lastrm, "lzma"));
/freebsd-11-stable/usr.bin/gzip/
H A Dzdiff60 *[._-]lzma)
H A Dunxz.c40 #include <lzma.h>
H A Dgzip.c111 #include <lzma.h>
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuz_lzma.c35 #include <lzma.h>
68 /* Init lzma encoder */
/freebsd-11-stable/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h2 * \file lzma/base.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
156 * decode .lzma format file with lzma_stream_decoder,
H A Dblock.h2 * \file lzma/block.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Dfilter.h2 * \file lzma/filter.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Dindex.h2 * \file lzma/index.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Dcontainer.h2 * \file lzma/container.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
363 * \brief Initialize .lzma encoder (legacy file format)
365 * The .lzma format is sometimes called the LZMA_Alone format, which is the
366 * reason for the name of this function. The .lzma format supports only the
454 * lzma_auto_decoder(), all .lzma files will trigger LZMA_NO_CHECK
505 * Concatenated files are not allowed with the legacy .lzma format.
542 * \brief Decode .xz Streams and .lzma files with autodetection
544 * This decoder autodetects between the .xz and .lzma fil
[all...]
/freebsd-11-stable/usr.bin/grep/
H A DMakefile48 LIBADD+= lzma
H A Dfile.c55 #include <lzma.h>
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh305 grep -qiE '\.(Z|lzo|lzw|lzma|gz|bz2|xz|zip)$' 2>&1
327 lzma) VAL="lzma" ;;
385 lzma)
386 rc_halt "lzma -d ${IMAGE_FILE} -c | dd of=${DEVICE_FILE}"
387 IMAGE_FILE="${IMAGE_FILE%.lzma}"
/freebsd-11-stable/contrib/tnftp/
H A DMakefile.in504 dist-lzma: distdir
505 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
538 *.tar.lzma*) \
539 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
710 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
/freebsd-11-stable/rescue/rescue/
H A DMakefile209 CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat
/freebsd-11-stable/crypto/heimdal/
H A DMakefile.in702 dist-lzma: distdir
703 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
736 *.tar.lzma*) \
737 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
913 dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
/freebsd-11-stable/share/mk/
H A Dsrc.libnames.mk121 lzma \
209 _DP_archive= z bz2 lzma bsdxml
/freebsd-11-stable/usr.bin/man/
H A Dman.sh894 *.lzma) cattool='/usr/bin/lzcat' ;;
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c76 #include <lzma.h>
194 { { .func = lzmacmp }, -13, xz_args, NULL }, /* 13, lzma */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1877 if (!lldb_private::lzma::isAvailable()) {
1887 auto err = lldb_private::lzma::uncompress(data.GetData(), uncompressedData);

Completed in 326 milliseconds

123