| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | Makefile | 38 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 D | makefile.msc | 17 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 D | README | 2 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 D | bzdiff | 43 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 D | Makefile-libbz2_so | 10 # 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 D | CHANGES | 2 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 D | README.COMPILATION.PROBLEMS | 2 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 D | bzgrep | 52 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 D | words3 | 24 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 D | bzmore | 37 bzip2 -cdfq | eval $more 55 bzip2 -cdfq "$FILE" | eval $more
|
| H A D | README.XML.STUFF | 2 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 D | LICENSE | 4 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 D | Makefile | 8 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 D | t_bzip2.sh | 36 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 D | Makefile | 7 TESTSDIR= ${TESTSBASE}/usr.bin/bzip2 11 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
|
| /netbsd-src/sbin/mount_portal/examples/ |
| H A D | rfilter.1 | 3 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 D | bzip2netbsd | 49 d=$2/src/external/bsd/bzip2/dist 81 rm -f bzip2.1.preformatted bzip2.txt
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_write_add_filter_lrzip.c | 45 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 D | Makefile | 10 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist 27 FILESDIR= /usr/share/doc/reference/ref1/bzip2
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | Makefile | 114 @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 D | Makefile | 14 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | mercurial | 13 >4 string BZ (bzip2 compressed)
|
| /netbsd-src/usr.bin/grep/nls/ |
| H A D | zh_CN.UTF-8.msg | 7 2 "读取 bzip2 压缩文件时出错"
|
| H A D | ja_JP.eucJP.msg | 7 2 "bzip2 ���̥ե�������ɤ߹��ळ�Ȥ��Ǥ��ޤ���"
|
| H A D | ja_JP.UTF-8.msg | 7 2 "bzip2 圧縮ファイルを読み込むことができません"
|