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

1 2 3 4 5

  /sfw/usr/src/cmd/bzip2/
makefile.build.64 44 bzip2.o \
47 all: libbz2.so .WAIT bzip2 bzip2recover
49 bzip2: libbz2.so bzip2.o
50 $(CC64) $(CFLAGS64) -o bzip2 bzip2.o -L. -lbz2
62 test: bzip2
64 env LD_LIBRARY_PATH=`pwd` ./bzip2 -1 < sample1.ref > sample1.rb2
65 env LD_LIBRARY_PATH=`pwd` ./bzip2 -2 < sample2.ref > sample2.rb2
66 env LD_LIBRARY_PATH=`pwd` ./bzip2 -3 < sample3.ref > sample3.rb
    [all...]
makefile.build 41 all: libbz2.so .WAIT bzip2 bzip2recover
43 bzip2: libbz2.so bzip2.o
44 $(CC) $(CFLAGS) -o bzip2 bzip2.o -L. -lbz2
56 test: bzip2
58 env LD_LIBRARY_PATH=`pwd` ./bzip2 -1 < sample1.ref > sample1.rb2
59 env LD_LIBRARY_PATH=`pwd` ./bzip2 -2 < sample2.ref > sample2.rb2
60 env LD_LIBRARY_PATH=`pwd` ./bzip2 -3 < sample3.ref > sample3.rb2
61 env LD_LIBRARY_PATH=`pwd` ./bzip2 -d < sample1.bz2 > sample1.ts
    [all...]
install-bzip2-64 26 #ident "@(#)install-bzip2-64 1.10 08/04/21 SMI"
28 VERS=bzip2-1.0.5-64
Makefile.sfw 31 VER=bzip2-1.0.5
62 $(SH) ./install-bzip2
63 MACH64=$(MACH64) $(SH) ./install-bzip2-64
86 gpatch -p0 < bzip2.patch
93 gpatch -p0 < bzip2.patch
install-bzip2 26 #ident "@(#)install-bzip2 1.12 08/04/21 SMI"
28 VERS=bzip2-1.0.5
73 for i in bzip2 bzip2recover
78 _install H ${BINDIR}/bzip2 ${BINDIR}/bunzip2
79 _install H ${BINDIR}/bzip2 ${BINDIR}/bzcat
  /sfw/usr/src/cmd/automake/automake-1.10/automake-1.10/tests/
nogzip.test 23 required=bzip2
30 AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2])
  /sfw/usr/src/cmd/automake/automake-1.9.6/automake-1.9.6/tests/
nogzip.test 23 required=bzip2
30 AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2])
  /sfw/usr/src/cmd/elinks/elinks-0.11.6/src/encoding/
Makefile 4 OBJS-$(CONFIG_BZIP2) += bzip2.o
  /sfw/usr/src/lib/ant/apache-ant-1.7.1/src/main/org/apache/tools/bzip2/
BZip2Constants.java 25 package org.apache.tools.bzip2;
  /sfw/usr/src/cmd/bzip2/bzip2-1.0.5/
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.5 of 10 December 2007
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
  /sfw/usr/src/cmd/mc/mc-4.6.1/vfs/extfs/
sfs.ini 11 bz2/1 bzip2 < %1 > %3
12 ubz2/1 bzip2 -d < %1 > %3
  /sfw/usr/src/cmd/gtar/tar-1.22/src/
suffix.c 36 { S(bz2, bzip2) },
37 { S(tbz, bzip2) },
38 { S(tbz2, bzip2) },
39 { S(tz2, bzip2) },
  /sfw/usr/src/lib/curl/curl-7.19.5/
maketgz 144 bzip2="curl-$version.tar.bz2"
145 echo "Generating $bzip2"
146 gzip -dc $targz | bzip2 --best - > $bzip2
181 ls -l $targz $bzip2 $zip $lzma
184 echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $lzma"
  /sfw/usr/src/lib/lcms/lcms-1.17/
Makefile.am 7 AUTOMAKE_OPTIONS = 1.7.2 dist-zip dist-bzip2 foreign
  /sfw/usr/src/lib/python26-pyopenssl/pyOpenSSL-0.8/doc/tools/
update-docs.sh 20 (bzip2 -dc "$UPDATES" | tar xf -) || exit $?
  /sfw/usr/src/lib/ant/apache-ant-1.7.1/src/main/org/apache/tools/ant/types/resources/
BZip2Resource.java 24 import org.apache.tools.bzip2.CBZip2InputStream;
25 import org.apache.tools.bzip2.CBZip2OutputStream;
28 * A Bzip2 compressed resource.
80 * @return the string "Bzip2".
83 return "Bzip2";
  /sfw/usr/src/cmd/subversion/subversion-1.6.5/tools/dist/
download-release.sh 5 bzip2 -dk subversion{-deps,}-$VERSION.tar.bz2
  /sfw/usr/src/lib/openusb/libopenusb-1.0.1/
Makefile.am 43 # -$(MAKE) dist-bzip2 # create .tar.bz2 dist package if supported
48 dist-bzip2:
50 -$(TAR) -c --bzip2 -h -o -f $(distdir).tar.bz2 $(distdir)
  /sfw/usr/src/cmd/vim/vim72/runtime/plugin/
gzip.vim 25 autocmd BufReadPost,FileReadPost *.bz2 call gzip#read("bzip2 -d")
28 autocmd BufWritePost,FileWritePost *.bz2 call gzip#write("bzip2")
31 autocmd FileAppendPre *.bz2 call gzip#appre("bzip2 -d")
34 autocmd FileAppendPost *.bz2 call gzip#write("bzip2")
  /sfw/usr/src/cmd/iozone/
Makefile.sfw 47 /usr/bin/bzip2 -dc $(TARBALL) | $(GTAR) xpf - --no-same-owner
  /sfw/usr/src/cmd/cdrtools/cdrtools-2.01.01a63/conf/
setup.sh 6 # Set up bins/<archdir>/{bzip2}!{gzip}!{patch}!{smake}!{star}!{wget}
30 # bzip2 ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz
31 # bzip2 http://www.bzip.org/1.0.3/bzip2-1.0.3.tar.gz
32 # bzip2 ftp://ftp.berlios.de/pub/makefiles/testing/bzip2-1.0.3.tar.gz
76 if [ -r ${BINS}/bzip2 -a \
93 if bzip2 --help > /dev/null 2>&1; the
    [all...]
  /sfw/usr/src/cmd/a2ps/a2ps-4.13/
Makefile.am 19 AUTOMAKE_OPTIONS = check-news 1.4a dist-bzip2 readme-alpha
48 bzip2 $$diff ;\

Completed in 4259 milliseconds

1 2 3 4 5