Home
last modified time | relevance | path

Searched refs:gz (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/third_party/toybox/tests/
Dgunzip.test10 echo -n "foo " | gzip > f1.gz
11 echo "bar" | gzip > f2.gz
16 rm -f f1 f2 f1.gz f2.gz
19 echo "hello world" | gzip > f.gz
22 rm -f f f.gz
25 echo -n "foo " | gzip > f1.gz
26 echo "bar" | gzip > f2.gz
31 rm -f f1.gz f2.gz out
36 echo "hello world" | gzip > f1.gz
39 rm -f f1 f1.gz
[all …]
Dgzip.test16 rm -f f1 f2 f1.gz f2.gz
21 rm -f f.gz
30 rm -f f1 f2 out.gz
33 echo "hello world" | gzip > f.gz
36 rm -f f.gz f
38 echo "hello world" | gzip > f.gz
41 rm -f f.gz f
45 echo "precious data" > f1.gz
52 rm -f f1 f1.gz
58 rm -f f1 f1.gz
[all …]
Dzcat.test7 echo -n "hi " | gzip > 1.gz
8 echo "there" | gzip > 2.gz
20 rm -f 1 2 1.gz 2.gz
/third_party/zlib/test/
Dminigzip.c201 gzFile gz; local
204 gz = malloc(sizeof(struct gzFile_s));
205 if (gz == NULL)
207 gz->write = strchr(mode, 'w') != NULL;
208 gz->strm.zalloc = myalloc;
209 gz->strm.zfree = myfree;
210 gz->strm.opaque = Z_NULL;
211 if (gz->write)
212 ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0);
214 gz->strm.next_in = 0;
[all …]
/third_party/zlib/examples/
Dgzappend.c266 file gz; in gzscan() local
269 gz.name = name; in gzscan()
270 gz.fd = open(name, O_RDWR, 0); in gzscan()
271 if (gz.fd == -1) bye("cannot open ", name); in gzscan()
272 gz.buf = malloc(CHUNK); in gzscan()
273 if (gz.buf == NULL) bye("out of memory", ""); in gzscan()
274 gz.size = LGCHUNK; in gzscan()
275 gz.left = 0; in gzscan()
278 gzheader(&gz); in gzscan()
291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left; in gzscan()
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
DMakefile.in15 TZDATA = $(firstword $(wildcard ./tzdata*.tar.gz) $(wildcard $(srcdir)/tzdata*.tar.gz))
18 TZCODE = $(firstword $(wildcard ./tzcode*.tar.gz) $(wildcard $(srcdir)/tzcode*.tar.gz))
65 @echo ERROR "tzdata*.tar.gz" can\'t be found.
76 @echo ERROR "tzcode*.tar.gz" can\'t be found.
83 @echo ERROR "tzdata*.tar.gz" can\'t be found.
155 $(TZ2ICUEXEC) $(TZDIR) zone.tab `echo $(TZDATA) | sed -e "s/.*\/tzdata//;s/\.tar\.gz$$//"`
156 $(TZ2ICUEXEC) $(TZDIR) zone.tab `echo $(TZDATA) | sed -e "s/.*\/tzdata//;s/\.tar\.gz$$//"` --old
Dreadme.txt12 Note: this directory currently contains tzcode as of tzcode2014b.tar.gz
13 with localtime.c patches from tzcode2014b.tar.gz
54 tzcode2014b.tar.gz 172 KB 3/25/2014 05:11:00 AM
55 tzdata2014b.tar.gz 216 KB 3/25/2014 05:11:00 AM
57 ICU only uses the tzdataYYYYV.tar.gz files,
67 1. Obtain the current versions of tzdataYYYYV.tar.gz (aka `tzdata') from
71 $ wget "ftp://ftp.iana.org/tz/releases/tzdata*.tar.gz"
73 2. Copy only one tzdata*.tar.gz file into the icu/source/tools/tzcode/
76 *** Make sure you only have ONE FILE named tzdata*.tar.gz in the
83 4. Obtain the current version of tzcodeYYYY.tar.gz from the FTP site to
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
DMakefile.in15 TZDATA = $(firstword $(wildcard ./tzdata*.tar.gz) $(wildcard $(srcdir)/tzdata*.tar.gz))
18 TZCODE = $(firstword $(wildcard ./tzcode*.tar.gz) $(wildcard $(srcdir)/tzcode*.tar.gz))
65 @echo ERROR "tzdata*.tar.gz" can\'t be found.
76 @echo ERROR "tzcode*.tar.gz" can\'t be found.
83 @echo ERROR "tzdata*.tar.gz" can\'t be found.
155 $(TZ2ICUEXEC) $(TZDIR) zone.tab `echo $(TZDATA) | sed -e "s/.*\/tzdata//;s/\.tar\.gz$$//"`
156 $(TZ2ICUEXEC) $(TZDIR) zone.tab `echo $(TZDATA) | sed -e "s/.*\/tzdata//;s/\.tar\.gz$$//"` --old
Dreadme.txt12 Note: this directory currently contains tzcode as of tzcode2014b.tar.gz
13 with localtime.c patches from tzcode2014b.tar.gz
54 tzcode2014b.tar.gz 172 KB 3/25/2014 05:11:00 AM
55 tzdata2014b.tar.gz 216 KB 3/25/2014 05:11:00 AM
57 ICU only uses the tzdataYYYYV.tar.gz files,
67 1. Obtain the current versions of tzdataYYYYV.tar.gz (aka `tzdata') from
71 $ wget "ftp://ftp.iana.org/tz/releases/tzdata*.tar.gz"
73 2. Copy only one tzdata*.tar.gz file into the icu/source/tools/tzcode/
76 *** Make sure you only have ONE FILE named tzdata*.tar.gz in the
83 4. Obtain the current version of tzcodeYYYY.tar.gz from the FTP site to
/third_party/node/test/parallel/
Dtest-zlib-zero-byte.js28 const gz = Compressor(); constant
31 gz.on('data', function(c) {
35 gz.on('end', common.mustCall(function() {
40 gz.on('finish', common.mustCall());
41 gz.write(emptyBuffer);
42 gz.end();
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dfastboot.sh67 rm -f rootfs.cpio.gz
90 xz --check=crc32 -T4 - > $CI_PROJECT_DIR/rootfs.cpio.gz
108 cat kernel dtb > Image.gz-dtb
111 cat $BM_KERNEL $BM_DTB > Image.gz-dtb
117 -k Image.gz-dtb \
118 -r rootfs.cpio.gz \
120 rm Image.gz-dtb
/third_party/protobuf/
Dprotobuf_deps.bzl13 ….bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skylib-1.0.2.tar.gz",
14 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skylib-1.0.2.tar.gz",
24 urls = ["https://github.com/madler/zlib/archive/v1.2.11.tar.gz"],
32 urls = ["https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz"],
40 …["https://github.com/bazelbuild/rules_cc/archive/818289e5613731ae410efb54218a4077fb9dbb03.tar.gz"],
48 …https://github.com/bazelbuild/rules_java/archive/981f06c3d2bd10225e85209904090eb7b5fb26bd.tar.gz"],
56 …ttps://github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz"],
64 …tps://github.com/bazelbuild/rules_python/archive/4b84ad270387a7c439ebdccfd530e2339601ef27.tar.gz"],
Dpost_process_dist.sh31 BASENAME=`basename $1 .tar.gz`
38 tar zxvf $BASENAME.tar.gz
39 rm $BASENAME.tar.gz
49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz
/third_party/nghttp2/
DDockerfile.android52 RUN curl -L -O https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz && \
53 tar xf openssl-$OPENSSL_VERSION.tar.gz && \
54 rm openssl-$OPENSSL_VERSION.tar.gz
62 RUN curl -L -O http://dist.schmorp.de/libev/Attic/libev-$LIBEV_VERSION.tar.gz && \
63 tar xf libev-$LIBEV_VERSION.tar.gz && \
64 rm libev-$LIBEV_VERSION.tar.gz
78 RUN curl -L -O https://zlib.net/zlib-$ZLIB_VERSION.tar.gz && \
79 tar xf zlib-$ZLIB_VERSION.tar.gz && \
80 rm zlib-$ZLIB_VERSION.tar.gz
93 RUN curl -L -O https://c-ares.haxx.se/download/c-ares-$CARES_VERSION.tar.gz && \
[all …]
/third_party/cups/
Dcups.spec24 …0: https://github.com/OpenPrinting/cups/releases/download/v%{version}/cups-%{version}-source.tar.gz
263 --slave %{_mandir}/man1/cancel.1.gz print-cancelman %{_mandir}/man1/cancel-cups.1.gz \
264 --slave %{_mandir}/man1/lp.1.gz print-lpman %{_mandir}/man1/lp-cups.1.gz \
265 --slave %{_mandir}/man8/lpc.8.gz print-lpcman %{_mandir}/man8/lpc-cups.8.gz \
266 --slave %{_mandir}/man1/lpq.1.gz print-lpqman %{_mandir}/man1/lpq-cups.1.gz \
267 --slave %{_mandir}/man1/lpr.1.gz print-lprman %{_mandir}/man1/lpr-cups.1.gz \
268 --slave %{_mandir}/man1/lprm.1.gz print-lprmman %{_mandir}/man1/lprm-cups.1.gz \
269 --slave %{_mandir}/man1/lpstat.1.gz print-lpstatman %{_mandir}/man1/lpstat-cups.1.gz || :
355 %exclude %{_mandir}/man1/lp*.1.gz
356 %exclude %{_mandir}/man1/cancel-cups.1.gz
[all …]
/third_party/toybox/toys/lsb/
Dgzip.c73 gzFile gz; local
79 if (!(gz = gzdopen(dd ? in_fd : out_fd, b))) perror_exit("gzdopen");
81 if (gzdirect(gz)) error_exit("not gzip");
82 while ((len = gzread(gz, toybuf, sizeof(toybuf))) > 0)
86 if (len != gzwrite(gz, toybuf, len)) break;
92 error_msg("%s%s: %s", "gz", dd ? "read" : "write", gzerror(gz, &len));
94 if (gzclose(gz) != Z_OK) perror_msg("gzclose"), err++;
/third_party/libexif/doc/
DMakefile.am32 DOXYGEN_TARBALLS += $(HTML_APIDOC_DIR).tar.gz
33 $(HTML_APIDOC_DIR).tar.gz: $(HTML_APIDOC_DIR).stamp
44 DOXYGEN_TARBALLS += $(HTML_APIDOC_INTERNALS_DIR).tar.gz
45 $(HTML_APIDOC_INTERNALS_DIR).tar.gz: $(HTML_APIDOC_INTERNALS_DIR).stamp
79 rm -f $(HTML_APIDOC_DIR).tar.gz $(HTML_APIDOC_INTERNALS_DIR).tar.gz
98 EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz
/third_party/zlib/old/
DMakefile.riscos28 @/@.minigzip -d libc-gz
30 @/@.minigzip -d libc-gz
32 @/@.minigzip -d libc-gz
34 @/@.minigzip -d libc-gz
36 @/@.minigzip -d libc-gz
38 @/@.minigzip -d libc-gz
/third_party/bzip2/
Dbzip2.spec8 Source0: https://sourceware.org/pub/bzip2/%{name}-%{version}.tar.gz
74 ln -s bzip2.1.gz %{buildroot}%{_mandir}/man1/bunzip2.1.gz
75 ln -s bzip2.1.gz %{buildroot}%{_mandir}/man1/bzcat.1.gz
76 ln -s bzip2.1.gz %{buildroot}%{_mandir}/man1/bzip2recover.1.gz
99 %{_mandir}/man1/b*.1.gz
/third_party/node/deps/v8/
D.gitignore50 /src/inspector/build/closure-compiler.tar.gz
53 /test/fuzzer/wasm_corpus.tar.gz
59 /test/wasm-js/tests.tar.gz
61 /test/wasm-spec-tests/tests.tar.gz
84 /tools/gcmole/gcmole-tools.tar.gz
86 /tools/jsfunfuzz/jsfunfuzz.tar.gz
/third_party/iptables/
Diptables.spec200 if [ "$(readlink -e $manpfx.8.gz)" == $manpfx.8.gz ]; then
201 rm -f $manpfx.8.gz
207 --slave $manpfx.8.gz ebtables-man $manpfx-nft.8.gz
216 if [ "$(readlink -e $manpfx$sfx.8.gz)" == $manpfx$sfx.8.gz ]; then
217 rm -f $manpfx$sfx.8.gz
227 --slave $manpfx.8.gz arptables-man $manpfx-nft.8.gz \
228 --slave $manpfx-save.8.gz arptables-save-man $manpfx-nft-save.8.gz \
229 --slave $manpfx-restore.8.gz arptables-restore-man $manpfx-nft-restore.8.gz \
318 %ghost %{_mandir}/man8/arptables.8.gz
319 %ghost %{_mandir}/man8/arptables-save.8.gz
[all …]
/third_party/gstreamer/gstreamer/
Dgstreamer.doap699 …e-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.90.tar.gz" />
710 …le-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.3.tar.gz" />
721 …le-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.2.tar.gz" />
732 …le-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.1.tar.gz" />
743 …le-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.0.tar.gz" />
754 …e-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.35.tar.gz" />
765 …e-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.34.tar.gz" />
776 …e-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.33.tar.gz" />
787 …e-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.32.tar.gz" />
798 …e-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.31.tar.gz" />
[all …]
/third_party/typescript/tests/baselines/reference/
DcallWithSpread4.types46 declare var gz: RW[]
47 >gz : RW[]
54 >pli( reads, ...gun, tr, fun, ...gz, writes) : Promise<void>
70 ...gz,
71 >...gz : RW
72 >gz : RW[]
/third_party/rust/crates/cxx/third-party/bazel/
Ddefs.bzl377 type = "tar.gz",
387 type = "tar.gz",
397 type = "tar.gz",
407 type = "tar.gz",
417 type = "tar.gz",
427 type = "tar.gz",
437 type = "tar.gz",
447 type = "tar.gz",
457 type = "tar.gz",
467 type = "tar.gz",
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile41 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz
43 && tar -zxvf bison-2.6.4.tar.gz \
225 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
227 && tar -zxvf bison-3.0.1.tar.gz \
233 RUN wget https://github.com/php/php-src/archive/php-7.4.0.tar.gz -O /var/local/php-7.4.0.tar.gz
236 && tar -zxvf php-7.4.0.tar.gz

12345678910>>...27