Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/bsd/bzip2/dist/
H A DMakefile38 all: libbz2.a bzip2 bzip2recover test
40 bzip2: libbz2.a bzip2.o target
41 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
56 test: bzip2
58 ./bzip2 -1 < sample1.ref > sample1.rb2
59 ./bzip2 -2 < sample2.ref > sample2.rb2
60 ./bzip2 -3 < sample3.ref > sample3.rb2
61 ./bzip2 -d < sample1.bz2 > sample1.tst
62 ./bzip2 -d < sample2.bz2 > sample2.tst
63 ./bzip2 -ds < sample3.bz2 > sample3.tst
[all …]
H A Dmakefile.msc17 all: lib bzip2 test
19 bzip2: lib
20 $(CC) $(CFLAGS) -o bzip2 bzip2.c libbz2.lib setargv.obj
26 test: bzip2
28 .\\bzip2 -1 < sample1.ref > sample1.rb2
29 .\\bzip2 -2 < sample2.ref > sample2.rb2
30 .\\bzip2 -3 < sample3.ref > sample3.rb2
31 .\\bzip2 -d < sample1.bz2 > sample1.tst
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
33 .\\bzip2 -ds < sample3.bz2 > sample3.tst
[all …]
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 Dbzdiff43 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
56 bzip2 -cdfq "$2" > "$tmp"
57 bzip2 -cdfq "$1" | $comp $OPTIONS - "$tmp"
61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"
66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -
H A DMakefile-libbz2_so10 # This file is part of bzip2/libbzip2, a program and library for
13 # bzip2/libbzip2 version 1.0.8 of 13 July 2019
39 $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
44 rm -f $(OBJS) bzip2.o libbz2.so.1.0.8 libbz2.so.1.0 bzip2-shared
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 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 Dbzgrep52 bzip2 -cdfq | $grep $opt "$pat"
60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i
63 bzip2 -cdfq "$i" | $grep $opt "$pat"
77 bzip2 -cdfq "$i" 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 Dbzmore37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
H A DREADME.XML.STUFF2 This file is part of bzip2/libbzip2, a program and library for
5 bzip2/libbzip2 version 1.0.8 of 13 July 2019
H A DLICENSE4 This program, "bzip2", the associated library "libbzip2", and all
40 bzip2/libbzip2 version 1.0.8 of 13 July 2019
/netbsd-src/usr.bin/bzip2/
H A DMakefile8 PROG= bzip2
20 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
23 MLINKS+= bzip2.1 bunzip2.1\
24 bzip2.1 bzcat.1\
25 bzip2.1 bzip2recover.1
27 LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bunzip2
28 LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat
/netbsd-src/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
H A DMakefile7 TESTSDIR= ${TESTSBASE}/usr.bin/bzip2
11 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
/netbsd-src/sbin/mount_portal/examples/
H A Drfilter.13 If you don't already have bzip2 and bzcat installed, this example
15 Now create a bzip2 file, and test whether it all works:
17 % bzip2 /tmp/bziptest
/netbsd-src/external/bsd/bzip2/
H A Dbzip2netbsd49 d=$2/src/external/bsd/bzip2/dist
81 rm -f bzip2.1.preformatted bzip2.txt
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_add_filter_lrzip.c45 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; enumerator
103 data->compression = bzip2; in archive_write_lrzip_options()
142 case bzip2: in archive_write_lrzip_open()
/netbsd-src/lib/libbz2/
H A DMakefile10 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
27 FILESDIR= /usr/share/doc/reference/ref1/bzip2
/netbsd-src/sys/external/bsd/gnu-efi/dist/
H A DMakefile114 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
126 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
/netbsd-src/usr.bin/bzip2recover/
H A DMakefile14 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmercurial13 >4 string BZ (bzip2 compressed)
/netbsd-src/usr.bin/grep/nls/
H A Dzh_CN.UTF-8.msg7 2 "读取 bzip2 压缩文件时出错"
H A Dja_JP.eucJP.msg7 2 "bzip2 ���̥ե�������ɤ߹��ळ�Ȥ��Ǥ��ޤ���"
H A Dja_JP.UTF-8.msg7 2 "bzip2 圧縮ファイルを読み込むことができません"

1234567