HomeSort by relevance Sort by last modified time
    Searched refs:bzip2 (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/bzip2/
bzdiff 4 # Bzcmp/diff wrapped for bzip2,
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" -
bzgrep 3 # Bzgrep wrapped for bzip2,
36 echo "grep through bzip2 files"
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}:|"
Makefile 2 # This file is part of bzip2/libbzip2, a program and library for
5 # bzip2/libbzip2 version 1.0.6 of 6 September 2010
38 all: libbz2.a bzip2 bzip2recover test
40 bzip2: libbz2.a bzip2.o
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.rb
    [all...]
bzmore 3 # Bzmore wrapped for bzip2,
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
  /external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/
Makefile 5 git archive --prefix="$(name)-$(ver)/" master | bzip2 --best > "$(name)-$(ver).tar.bz2"
  /external/curl/
maketgz 148 bzip2="curl-$version.tar.bz2"
149 echo "Generating $bzip2"
150 gzip -dc $targz | bzip2 --best > $bzip2
185 ls -l $targz $bzip2 $zip $lzma
188 echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $lzma"
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bzip2/
rules.mk 2 # FreeType 2 BZIP2 support configuration rules
17 # BZIP2 driver directory
19 BZIP2_DIR := $(SRC_DIR)/bzip2
29 # BZIP2 support sources (i.e., C files)
33 # BZIP2 driver object(s)
41 # BZIP2 support source file for single build
46 # BZIP2 support - single object
52 # BZIP2 support - multiple objects
  /external/protobuf/
post_process_dist.sh 50 make dist-bzip2
  /external/bsdiff/
Android.mk 61 LOCAL_C_INCLUDES += external/bzip2
89 LOCAL_C_INCLUDES += external/bzip2
101 LOCAL_C_INCLUDES += external/bzip2
115 LOCAL_C_INCLUDES += external/bzip2
  /external/iptables/
release.sh 16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
  /prebuilts/go/darwin-x86/src/
bootstrap.bash 71 tar cf - "go-${GOOS}-${GOARCH}-bootstrap" | bzip2 -9 >"go-${GOOS}-${GOARCH}-bootstrap.tbz"
  /prebuilts/go/linux-x86/src/
bootstrap.bash 71 tar cf - "go-${GOOS}-${GOARCH}-bootstrap" | bzip2 -9 >"go-${GOOS}-${GOARCH}-bootstrap.tbz"
  /build/tools/
mktarball.sh 46 bzip2 -c ${target_tar} > ${target_tarball}
  /external/libvorbis/
Makefile.am 3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
  /external/expat/
import_expat.sh 11 tar --extract --bzip2 --strip-components=1 --file $1
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
smakefile 101 ft2_$(CPU).lib: $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o bzip2.o
102 oml $@ r $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o bzip2.o
266 # freetype library bzip2 support for compressed PCF bitmap fonts
268 bzip2.o: $(CORE)bzip2/ftbzip2.c
makefile 237 # FreeType2 library bzip2 support for compressed PCF bitmap fonts
239 bzip2.ppc.o: $(FTSRC)/bzip2/ftbzip2.c
293 libft2_ppc.a: $(BASEPPC) $(AFITPPC) $(GXVPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o
294 $(AR) $@ $(BASEPPC) $(AFITPPC) $(GXVPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o
  /external/valgrind/drd/scripts/
download-and-build-gcc 52 | gzip -cd | bzip2 -9 >${TAR}; }
  /bootable/recovery/applypatch/
Android.mk 71 LOCAL_C_INCLUDES += external/zlib external/bzip2
  /external/elfutils/libdwfl/
Makefile.am 75 libdwfl_a_SOURCES += bzip2.c
  /external/blktrace/
Makefile 70 @bzip2 btrace-1.0.tar
  /external/iputils/
Makefile 251 @git archive --format=tar --prefix=iputils-$(TAG)/ $(TAG) | bzip2 -9 > ../iputils-$(TAG).tar.bz2
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 

Completed in 1436 milliseconds

1 2 3