Home
last modified time | relevance | path

Searched refs:liblzma (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/xz/
H A DChangeLog7 src/liblzma/Makefile.am | 2 +-
8 src/liblzma/api/lzma/version.h | 2 +-
68 liblzma: Fix a buffer overflow in lzma_index_append()
82 src/liblzma/common/index.c | 21 +++++++++++++++++++++
238 Aligned writes aren't used in liblzma, so this bug didn't matter in
291 liblzma: Fix a copy-paste error in commented-out code
294 Fixes: 96b663f67c0e ("liblzma: Refactor CRC comments.")
296 src/liblzma/check/crc32_fast.c | 2 +-
352 liblzma/MSVC: Add a cast to fix a warning (C4057) with __cpuid()
360 src/liblzma/check/crc_x86_clmul.h | 2 +-
[all …]
H A DTODO19 If liblzma has created threads and fork() gets called, liblzma
21 doesn't touch liblzma.
85 More tutorial programs are needed for liblzma.
H A DAUTHORS8 Major parts of liblzma are based on code written by Igor Pavlov,
12 The SHA-256 implementation in liblzma is based on code written by
H A DREADME9 1.3. Documentation for liblzma
29 and scripts, the API of liblzma is somewhat similar to the API of the
104 1.3. Documentation for liblzma
106 The liblzma API headers include short docs about each function
111 getting started with liblzma. In the source package the examples
115 Since the liblzma API has similarities to the zlib API, some people
/freebsd/contrib/xz/doxygen/
H A DDoxyfile3 # Run "doxygen" in this directory to generate the liblzma API documentation
7 # - Include the liblzma version number in the generated documentation.
13 PROJECT_NAME = "liblzma (XZ Utils)"
15 STRIP_FROM_PATH = ../src/liblzma/api
16 INPUT = ../src/liblzma/api
/freebsd/lib/liblzma/
H A DMakefile5 LZMADIR= ${SRCTOP}/contrib/xz/src/liblzma
159 CLEANFILES+= liblzma.pc
161 PCFILES= liblzma.pc
163 liblzma.pc: liblzma.pc.in
/freebsd/contrib/libarchive/libarchive/
H A Darchive_version_details.c175 const char *liblzma = archive_liblzma_version(); in archive_version_details() local
193 if (liblzma) { in archive_version_details()
195 archive_strcat(&str, liblzma); in archive_version_details()
/freebsd/usr.bin/xz/
H A DMakefile.depend9 lib/liblzma \
H A DMakefile16 LZMALIBDIR= ${SRCTOP}/lib/liblzma
/freebsd/usr.bin/xzdec/
H A DMakefile.depend9 lib/liblzma \
H A DMakefile10 LZMALIBDIR= ${SRCTOP}/lib/liblzma
/freebsd/usr.bin/lzmainfo/
H A DMakefile.depend9 lib/liblzma \
H A DMakefile6 LZMALIBDIR= ${SRCTOP}/lib/liblzma
/freebsd/usr.bin/gzip/
H A DMakefile.depend9 lib/liblzma \
/freebsd/lib/libarchive/
H A DMakefile.depend11 lib/liblzma \
/freebsd/usr.bin/mkuzip/
H A DMakefile.depend9 lib/liblzma \
/freebsd/lib/libarchive/tests/
H A DMakefile.depend13 lib/liblzma \
/freebsd/contrib/xz/src/liblzma/
H A Dliblzma.pc.in9 Name: liblzma pkg
/freebsd/lib/clang/liblldb/
H A DMakefile.depend13 lib/liblzma \
/freebsd/usr.bin/clang/lldb-server/
H A DMakefile.depend17 lib/liblzma \
/freebsd/usr.bin/clang/lldb/
H A DMakefile.depend18 lib/liblzma \
/freebsd/lib/
H A DMakefile72 liblzma \
123 SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
/freebsd/tools/bsdbox/
H A DMakefile.depend30 lib/liblzma \
/freebsd/rescue/rescue/
H A DMakefile.depend36 lib/liblzma \
/freebsd/packages/xz/
H A Dxz.ucl23 provides the front-end xz(1) utility, and the liblzma library which allows

12