Searched refs:gzip (Results 1 - 25 of 113) sorted by relevance

12345

/macosx-10.10/CPAN-56/Modules/PerlIO-gzip-0.18/
H A DMakefile1 NAME = PerlIO-gzip
/macosx-10.10/vim-55/runtime/plugin/
H A Dgzip.vim14 augroup gzip augroup
15 " Remove all gzip autocommands
19 " The functions are defined in autoload/gzip.vim.
22 " Use "gzip -d", gunzip isn't always available.
24 autocmd BufReadPost,FileReadPost *.gz call gzip#read("gzip -dn")
25 autocmd BufReadPost,FileReadPost *.bz2 call gzip#read("bzip2 -d")
26 autocmd BufReadPost,FileReadPost *.Z call gzip#read("uncompress")
27 autocmd BufReadPost,FileReadPost *.lzma call gzip#read("lzma -d")
28 autocmd BufReadPost,FileReadPost *.xz call gzip#rea
[all...]
/macosx-10.10/man-16/man/src/
H A Dman2dvi22 *gzip* )
/macosx-10.10/file_cmds-242/gzip/
H A Dinstall_scripts.sh9 install -m 0755 ${SRCROOT}/gzip/${script} ${INSTALL_DIR}/${script}
10 install -m 0644 ${SRCROOT}/gzip/${script}.1 ${INSTALL_MAN1_DIR}/${script}.1
H A Dzmore25 # $FreeBSD: src/usr.bin/gzip/zmore,v 1.1 2007/01/26 10:19:07 delphij Exp $
53 gzip -cdfq 2>&1 | ${PAGER-${zpager}} $flags
59 gzip -cdfq "$1" 2>&1 | ${PAGER-${zpager}} $flags
H A Dgzexe21 # $FreeBSD: src/usr.bin/gzip/gzexe,v 1.1 2007/01/26 10:19:07 delphij Exp $
44 /usr/bin/gzip -dc > "$tmp/$prog" 2> /dev/null; then
72 if ! tail +$lines "$tmp" | gzip -vdc > "$1"; then
93 sh | mktemp | rm | echo | tail | gzip | chmod)
130 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
H A Dznew21 # $FreeBSD: src/usr.bin/gzip/znew,v 1.3 2008/06/30 23:53:15 delphij Exp $
30 # Check gzip integrity if the -t flag is specified
33 gzip -qt < "$1"
37 # Decompress a file and then gzip it
63 if uncompress -f -c < "$filez" | gzip -f -c $gzipflags > "$tmp"; then
/macosx-10.10/curl-83.1.2/curl/src/
H A Dmkhelp.pl99 my @test = `gzip --version 2>&1`;
100 if($test[0] =~ /gzip/) {
106 $gzip += length($_);
110 system("gzip --best --no-name dumpit");
116 push @gzip, $_;
124 # no gzip, no compression!
126 print STDERR "MEEEP: Couldn't find gzip, disable compression\n";
145 /* This mumbo-jumbo is the huge help text compressed with gzip.
146 Thanks to this operation, the size of this data shrunk from $gzip
153 for(@gzip) {
[all...]
/macosx-10.10/crontabs-52/files/monthly/
H A D199.rotate-fax17 if [ -x /usr/bin/gzip ]; then gzext=".gz"; else gzext=""; fi
22 if [ -f "${i}" ]; then mv -f "${i}" "${i}.0" && if [ -x /usr/bin/gzip ]; then gzip -9 "${i}.0"; fi; fi
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/
H A DMakefile.PL12 'COMPRESS' => q[gzip -9vf],
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Dcopy-llvm-ir-to-derived-sources.sh38 gzip -9 -c "$file" > "$RUNTIME_DERIVED_SOURCES_DIR/$arch/${file_name%.o}.bc.gz"
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dcpmanpages.tcl87 global gzip
96 if $gzip {
97 exec gzip -9f $targetFile
188 global gzip
209 if $gzip {
269 set gzip 0
274 -gzip {set gzip 1}
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Darc2tarz22 The default (also available with -g) is to use gzip, in which case EXT
27 compress=gzip
34 g) compress=gzip ; ext=gz ;;
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dhtdocs_setup27 tar cf - doc/*.n | gzip -9 > memchan.nroff.tar.gz
30 tar cf - doc/*.html | gzip -9 > memchan.html.tar.gz
33 tar cf - doc/*.tmml | gzip -9 > memchan.tmml.tar.gz
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Dhtdocs_setup27 tar cf - doc/*.n | gzip -9 > trf.nroff.tar.gz
30 tar cf - doc/*.html | gzip -9 > trf.html.tar.gz
33 tar cf - doc/*.tmml | gzip -9 > trf.tmml.tar.gz
/macosx-10.10/curl-83.1.2/curl/
H A Dmaketgz149 gzip -dc $targz | bzip2 --best > $bzip2
158 gzip -dc $targz | lzma --best - > $lzma
169 gzip -dc ../$targz | tar -xf -
/macosx-10.10/OpenSSL098-52/src/demos/easy_tls/
H A DMakefile77 gzip -9 > easy-tls.tar.gz
82 gzip -9 > tls.tgz
/macosx-10.10/OpenSSH-189/openssh/contrib/cygwin/
H A DMakefile69 gzip-man-pages:
71 gzip $(DESTDIR)$(mandir)/man1/*.1
72 gzip $(DESTDIR)$(mandir)/man5/*.5
73 gzip $(DESTDIR)$(mandir)/man8/*.8
76 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dmkrelease77 gzip -9 -c $RELNAME.tar > $RELNAME.tgz
/macosx-10.10/apr-32/apr/apr/build/pkg/
H A Dbuildpkg.sh69 gzip $current/$NAME-$VERSION-$ARCH-local
/macosx-10.10/crontabs-52/files/daily/
H A D310.accounting49 gzip -f acct.0 || rc=3;;
/macosx-10.10/ruby-106/ruby/test/net/http/
H A Dtest_http_request.rb19 expected['accept-encoding'] = %w[gzip;q=1.0,deflate;q=0.6,identity;q=0.3] if
/macosx-10.10/vim-55/runtime/autoload/
H A Dgzip.vim5 " These functions are used by the gzip plugin.
22 " Set b:gzip_comp_arg to the gzip argument to be used for compression, based on
45 fun gzip#read(cmd)
51 " for gzip check current compression level and set b:gzip_comp_arg.
85 " uncompress the temp file: call system("gzip -dn tmp.gz")
148 fun gzip#write(cmd)
166 fun gzip#appre(cmd)
171 " for gzip check current compression level and set b:gzip_comp_arg.
/macosx-10.10/cups-408/cups/test/everywhere/
H A Ddocument-format-tests.test55 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "gzip" DEFINE-MATCH HAVE_GZIP
226 NAME "Print color.jpg-4x6 @ 150dpi, black-1, gzip"
239 ATTR keyword compression gzip
241 COMPRESSION gzip
292 NAME "Print color.jpg-4x6 @ 150dpi, cmyk-8, gzip"
305 ATTR keyword compression gzip
307 COMPRESSION gzip
358 NAME "Print color.jpg-4x6 @ 150dpi, sgray-8, gzip"
371 ATTR keyword compression gzip
373 COMPRESSION gzip
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dipp-everywhere.test55 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "gzip" DEFINE-MATCH HAVE_GZIP
226 NAME "Print color.jpg-4x6 @ 150dpi, black-1, gzip"
239 ATTR keyword compression gzip
241 COMPRESSION gzip
292 NAME "Print color.jpg-4x6 @ 150dpi, cmyk-8, gzip"
305 ATTR keyword compression gzip
307 COMPRESSION gzip
358 NAME "Print color.jpg-4x6 @ 150dpi, sgray-8, gzip"
371 ATTR keyword compression gzip
373 COMPRESSION gzip
[all...]

Completed in 169 milliseconds

12345