Home
last modified time | relevance | path

Searched refs:bzip2 (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_bzip2.c56 struct bzip2 { struct
74 static void free_data(struct bzip2 *); argument
83 struct bzip2 *bzip2; in archive_write_add_filter_bzip2() local
89 bzip2 = calloc(1, sizeof(*bzip2)); in archive_write_add_filter_bzip2()
90 if (bzip2 == NULL) in archive_write_add_filter_bzip2()
93 bzip2->compression_level = 9; in archive_write_add_filter_bzip2()
97 bzip2->pdata = __archive_write_program_allocate("bzip2"); in archive_write_add_filter_bzip2()
98 if (bzip2->pdata == NULL) in archive_write_add_filter_bzip2()
100 bzip2->compression_level = 0; in archive_write_add_filter_bzip2()
112 f->data = bzip2; in archive_write_add_filter_bzip2()
[all …]
H A Darchive_read_support_filter_bzip2.c53 struct bzip2 { struct
189 struct bzip2 *bzip2; in bzip2_reader_init() local
194 bzip2 = calloc(1, sizeof(*bzip2)); in bzip2_reader_init()
196 if (bzip2 == NULL || out_block == NULL) { in bzip2_reader_init()
200 free(bzip2); in bzip2_reader_init()
204 f->data = bzip2; in bzip2_reader_init()
205 bzip2->out_block_size = out_block_size; in bzip2_reader_init()
206 bzip2->out_block = out_block; in bzip2_reader_init()
218 struct bzip2 *bzip2 = f->data; in bzip2_filter_read() local
223 if (bzip2->eof) { in bzip2_filter_read()
[all …]
H A Darchive_write_add_filter_lrzip.c45 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; enumerator
109 lrzip->compression = bzip2; in archive_write_lrzip_options()
154 case bzip2: in archive_write_lrzip_open()
H A Darchive_write_set_format_zip.c208 bz_stream bzip2; member
1393 memset(&zip->stream.bzip2, 0, sizeof(bz_stream)); in archive_write_zip_header()
1394 zip->stream.bzip2.next_out = (char*)zip->buf; in archive_write_zip_header()
1395 zip->stream.bzip2.avail_out = (unsigned int)zip->len_buf; in archive_write_zip_header()
1396 if (BZ2_bzCompressInit(&zip->stream.bzip2, zip->compression_level, 0, 0) != BZ_OK) { in archive_write_zip_header()
1685 zip->stream.bzip2.next_in = (char*)(uintptr_t)buff; in archive_write_zip_data()
1686 zip->stream.bzip2.avail_in = (unsigned int)s; in archive_write_zip_data()
1688 ret = BZ2_bzCompress(&zip->stream.bzip2, BZ_RUN); in archive_write_zip_data()
1691 if (zip->stream.bzip2.avail_out == 0) { in archive_write_zip_data()
1717 zip->stream.bzip2.next_out = (char*)zip->buf; in archive_write_zip_data()
[all …]
/freebsd/usr.bin/bzip2/
H A DMakefile1 PACKAGE= bzip2
3 BZ2DIR= ${SRCTOP}/contrib/bzip2
6 PROG= bzip2
13 LINKS= ${BINDIR}/bzip2 ${BINDIR}/bunzip2
14 LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat
15 MLINKS= bzip2.1 bunzip2.1 \
16 bzip2.1 bzcat.1 \
17 bzip2.1 bzip2recover.1
36 test: bzip2 ${TESTFILES}
38 ./bzip2 -1 < sample1.ref > sample1.rb2
[all …]
/freebsd/contrib/bzip2/
H A DREADME2 This is the README for bzip2/libzip2.
6 This file is part of bzip2/libbzip2, a program and library for
9 bzip2/libbzip2 version 1.0.8 of 13 July 2019
20 manual page is available as bzip2.txt.
26 bzip2 and bzip2recover. Six self-tests are run. If the self-tests
55 bzip2-shared, a client of the shared library, is also built, but not
60 to gcc, resulting in a slowdown of 10%-20%, at least for bzip2.
76 on the master web site (https://sourceware.org/bzip2/). Look there. However
77 (FWIW), bzip2-1.0.X is very standard ANSI C and should compile
94 importance. To validate bzip2, I used a modified version of Mark
[all …]
H A DREADME.COMPILATION.PROBLEMS2 This file is part of bzip2/libbzip2, a program and library for
5 bzip2/libbzip2 version 1.0.8 of 13 July 2019
15 bzip2 should compile without problems on the vast majority of
26 Early versions of bzip2 (0.1, 0.9.0, 0.9.5) compiled on a wide variety
46 version of bzip2 without large file support, which, for most
51 You can use the spewG.c program to generate huge files to test bzip2's
53 any compilation problems which affect bzip2 will also affect spewG.c,
H A DCHANGES2 This file is part of bzip2/libbzip2, a program and library for
5 bzip2/libbzip2 version 1.0.8 of 13 July 2019
29 Fixed a problem with error reporting in bzip2.c. This does not effect
44 bzip2.c, so the non-fixedness of them in previous versions has no
45 effect on reliability of bzip2.c.
57 bzip2.c.
68 bugfixes in the driver (bzip2.c). Changes pertaining to the
83 bzip2 --help now returns 0
110 functioning of the bzip2 program or library. Added a couple of casts
120 count the volume of data passing through it. bzip2.c
[all …]
H A DFREEBSD-upgrade1 Julian Seward's bzip2
7 src/contrib/bzip2 BZIP2 v1_0_5
12 tar xvfz bzip2-1.0.4.tar.gz -X FREEBSD-Xlist
13 cd bzip2-1.0.4
H A Dwords324 bzip2.txt. For more detailed documentation, read the full manual.
28 You can also do "bzip2 --help" to see some helpful information.
29 "bzip2 -L" displays the software license.
H A DFREEBSD-Xlist11 *bzip2.1.preformatted
12 *bzip2.txt
H A DLICENSE4 This program, "bzip2", the associated library "libbzip2", and all
40 bzip2/libbzip2 version 1.0.8 of 13 July 2019
/freebsd/contrib/netbsd-tests/usr.bin/bzip2/
H A Dt_bzip2.sh36 bzip2 -1c $(atf_get_srcdir)/d_sample1.ref
38 bzip2 -2c $(atf_get_srcdir)/d_sample2.ref
40 bzip2 -3c $(atf_get_srcdir)/d_sample3.ref
42 bzip2 -dc $(atf_get_srcdir)/d_sample1.bz2
44 bzip2 -dc $(atf_get_srcdir)/d_sample2.bz2
46 bzip2 -dsc $(atf_get_srcdir)/d_sample3.bz2
/freebsd/lib/libbz2/
H A DMakefile1 PACKAGE= bzip2
4 BZ2DIR= ${SRCTOP}/contrib/bzip2
18 bzip2.pc: bzip2.pc.in
27 PCFILES= bzip2.pc
H A Dbzip2.pc.in7 Name: bzip2 pkg
8 Description: bzip2 compression library
/freebsd/usr.bin/bzip2recover/
H A DMakefile1 PACKAGE= bzip2
3 BZ2DIR= ${SRCTOP}/contrib/bzip2
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity_test.sh103 bzip2 $TC_ARTIFACTS_DIR/$TESTFILE
107 bzip2 $TC_ARTIFACTS_DIR/pool
/freebsd/packages/newsyslog/
H A DMakefile6 PKG_DEPS.newsyslog+= bzip2
/freebsd/packages/bzip2/
H A DMakefile1 WORLDPACKAGE= bzip2
H A Dbzip2.ucl4 bzip2 compresses data using the Burrows-Wheeler block sorting text compression
/freebsd/usr.bin/less/
H A Dlesspipe.sh15 exec bzip2 -d -c "$1" 2>/dev/null
/freebsd/contrib/file/magic/Magdir/
H A Dmercurial13 >4 string BZ (bzip2 compressed)
H A Dllvm11 0 string llvc2 LLVM byte-codes, bzip2 compression
/freebsd/stand/efi/loader/
H A Ddecompress.h9 enum compression { none, zlib, bzip2, xz, zstd }; enumerator
/freebsd/stand/powerpc/boot1.chrp/
H A DMakefile37 bzip2 -f -d ${.TARGET}.bz2

123