/external/bzip2/ |
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 …]
|
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 …]
|
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.6 of 6 September 2010 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. 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 96 recursively traverses a directory structure, using bzip2 to compress [all …]
|
D | bzdiff | 47 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" -
|
D | bzip2.txt | 3 bzip2, bunzip2 - a block-sorting file compressor, v1.0.6 5 bzip2recover - recovers data from damaged bzip2 files 9 bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ] 16 bzip2 compresses files using the Burrows-Wheeler block 26 bzip2 expects a list of file names to accompany the com- 38 bzip2 and bunzip2 will by default not overwrite existing 41 If no file names are specified, bzip2 compresses from 42 standard input to standard output. In this case, bzip2 47 bunzip2 (or bzip2 -d) decompresses all specified files. 48 Files which were not created by bzip2 will be detected and [all …]
|
D | Makefile-libbz2_so | 10 # This file is part of bzip2/libbzip2, a program and library for 13 # bzip2/libbzip2 version 1.0.6 of 6 September 2010 39 $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.6 44 rm -f $(OBJS) bzip2.o libbz2.so.1.0.6 libbz2.so.1.0 bzip2-shared
|
D | README.COMPILATION.PROBLEMS | 2 This file is part of bzip2/libbzip2, a program and library for 5 bzip2/libbzip2 version 1.0.6 of 6 September 2010 15 bzip2-1.0.6 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,
|
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" 70 bzip2 -cdfq "$i" | $grep $opt "$pat" | sed "s|^|${j}:|"
|
D | CHANGES | 2 This file is part of bzip2/libbzip2, a program and library for 5 bzip2/libbzip2 version 1.0.6 of 6 September 2010 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 …]
|
D | bzgrep.1 | 5 bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression 25 on bzip2-compressed files. All options specified are passed directly to 53 Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe 56 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)
|
D | bzdiff.1 | 5 bzcmp, bzdiff \- compare bzip2 compressed files 22 program on bzip2 compressed files. All options specified are passed 41 cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)
|
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.
|
D | bzmore | 37 bzip2 -cdfq | eval $more 55 bzip2 -cdfq "$FILE" | eval $more
|
D | Android.bp | 47 name: "bzip2", 55 srcs: ["bzip2.c"],
|
D | README.XML.STUFF | 2 This file is part of bzip2/libbzip2, a program and library for 5 bzip2/libbzip2 version 1.0.6 of 6 September 2010
|
D | LICENSE | 4 This program, "bzip2", the associated library "libbzip2", and all 40 bzip2/libbzip2 version 1.0.6 of 6 September 2010
|
D | NOTICE | 4 This program, "bzip2", the associated library "libbzip2", and all 40 bzip2/libbzip2 version 1.0.6 of 6 September 2010
|
/external/curl/ |
D | maketgz | 178 bzip2="curl-$version.tar.bz2" 179 echo "Generating $bzip2" 180 gzip -dc $targz | bzip2 --best > $bzip2 214 ls -l $targz $bzip2 $zip $xz 217 echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $xz"
|
/external/freetype/src/bzip2/ |
D | Jamfile | 1 # FreeType 2 src/bzip2 Jamfile 14 SubDir FT2_TOP $(FT2_SRC_DIR) bzip2 ; 18 # end of src/bzip2 Jamfile
|
/external/libjpeg-turbo/release/ |
D | maketarball.in | 41 …tar cf - --owner=root --group=root -C $TMPDIR/install .$PREFIX | bzip2 -c >$PKGNAME-$VERSION-$OS-$… 45 …tar cf - --uid=0 --gid=0 -C $TMPDIR/install .$PREFIX | bzip2 -c >$PKGNAME-$VERSION-$OS-$ARCH.tar.b… 47 tar cf - -C $TMPDIR/install .$PREFIX | bzip2 -c >$PKGNAME-$VERSION-$OS-$ARCH.tar.bz2
|
/external/elfutils/config/ |
D | libdw.pc.in | 19 # data structures or functions. zlib (gz) is always required, bzip2 (bz2) 20 # and lzma (xz) are optional. But bzip2 doesn't have a pkg-config file.
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/ |
D | DetectCompressorTestCase.java | 36 import org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream; 97 final CompressorInputStream bzip2 = getStreamFor("bla.txt.bz2"); in testDetection() local 98 assertNotNull(bzip2); in testDetection() 99 assertTrue(bzip2 instanceof BZip2CompressorInputStream); in testDetection()
|
/external/python/cpython2/PC/VC6/ |
D | bz2.dsp | 47 # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\..\bzip2-1.0.6" /D "Py_B… 57 # ADD LINK32 ..\..\..\bzip2-1.0.6\libbz2.lib /nologo /base:"0x1D170000" /subsystem:windows /dll /de… 75 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\..\bzip2-1.0.6" /D … 85 # ADD LINK32 ..\..\..\bzip2-1.0.6\libbz2.lib /nologo /base:"0x1D170000" /subsystem:windows /dll /de…
|
/external/freetype/builds/amiga/ |
D | makefile | 233 bzip2.ppc.o: $(FTSRC)/bzip2/ftbzip2.c 287 …OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o 288 …OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o
|
D | smakefile | 101 … $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o bzip2.o 102 … $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o bzip2.o 262 # freetype library bzip2 support for compressed PCF bitmap fonts 264 bzip2.o: $(CORE)bzip2/ftbzip2.c
|