Home
last modified time | relevance | path

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

12345678910>>...38

/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/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/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/boost/libs/beast/test/extern/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/gettext/gettext-tools/misc/
DMakefile.am34 archive.dir.tar.gz \
37 archive.cvs.tar.gz \
38 archive.git.tar.gz
44 ARCHIVE_dirgz = archive.dir.tar.gz
47 ARCHIVE_git = archive.git.tar.gz
48 ARCHIVE_cvs = archive.cvs.tar.gz
64 if test -f $(gettextsrcdir)/archive.dir.tar.gz; then \
65 gzip -d -c < $(gettextsrcdir)/archive.dir.tar.gz > $@-t && mv $@-t $@; \
81 archive.dir.tar.gz: $(srcdir)/archive.dir.tar
83 MOSTLYCLEANFILES += archive.dir.tar.gz-t
[all …]
/third_party/mindspore/scripts/
Dlite_release_package.sh26 tar -xzf ${input_path}/android_${arch}/${device}/${pkg_name}.tar.gz
31 tar -czf ${output_path}/release/android/${device}/${pkg_name}.tar.gz ${pkg_name}
34 sha256sum ${pkg_name}.tar.gz > ${pkg_name}.tar.gz.sha256
40 cp ${input_path}/ios_aarch64/*.tar.gz* ${output_path}/release/ios/
41 cp ${input_path}/ios_aarch32/*.tar.gz* ${output_path}/release/ios/
47 cp ${input_path}/ubuntu_x86/avx/*.tar.gz* ${output_path}/release/linux/
49 cp ${input_path}/linux_aarch32/*.tar.gz* ${output_path}/release/linux/
50 cp ${input_path}/ubuntu_x86/nnie/3516D/*.tar.gz* ${output_path}/release/linux/nnie/
63 cp ${input_path}/ohos_aarch32/*.tar.gz* ${output_path}/release/openharmony/
71 version=`ls ${input_path}/android_aarch64/npu/mindspore-lite-*-*.tar.gz | awk -F'/' '{print $NF}' |…
/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
/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
/third_party/grpc/bazel/
Dgrpc_deps.bzl142 …-bazel-mirror/github.com/google/boringssl/archive/e8a935e323510419e0b37638716f6df4dcbbe6f6.tar.gz",
143 … "https://github.com/google/boringssl/archive/e8a935e323510419e0b37638716f6df4dcbbe6f6.tar.gz",
154 …/grpc-bazel-mirror/github.com/madler/zlib/archive/cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz",
155 … "https://github.com/madler/zlib/archive/cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz",
165 …c-bazel-mirror/github.com/google/protobuf/archive/678da4f76eb9168c9965afc2149944a66cd48546.tar.gz",
166 … "https://github.com/google/protobuf/archive/678da4f76eb9168c9965afc2149944a66cd48546.tar.gz",
177 …bazel-mirror/github.com/google/googletest/archive/c9ccac7cb7345901884aabf5d1a786cfa6e2f397.tar.gz",
178 … "https://github.com/google/googletest/archive/c9ccac7cb7345901884aabf5d1a786cfa6e2f397.tar.gz",
189 …zel-mirror/github.com/bazelbuild/rules_cc/archive/624b5d59dfb45672d4239422fa1e3de1822ee110.tar.gz",
190 … "https://github.com/bazelbuild/rules_cc/archive/624b5d59dfb45672d4239422fa1e3de1822ee110.tar.gz",
[all …]
/third_party/grpc/templates/tools/dockerfile/
Dcsharp_dotnetcli_deps.include3 …L -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-s…
5 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet ${'\\'}
6 && rm dotnet.tar.gz ${'\\'}
11 …url -sSL -o dotnet_old.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Runtime/1.1.10/dotnet…
13 && tar zxf dotnet_old.tar.gz -C dotnet_old ${'\\'}
15 && rm -rf dotnet_old/ dotnet_old.tar.gz
/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/mindspore/mindspore/lite/tools/providers/NNIE/Hi3516D/
Dcompile_nnie.sh7 file_name=$(ls ./*linux-x64.tar.gz)
10 tar -xf mindspore-lite-${version}-linux-x64.tar.gz
43 rm ${open_source_ms_path}/output/mindspore-lite-${version}-linux-x64.tar.gz
44 tar -zcf ./mindspore-lite-${version}-linux-x64.tar.gz ./mindspore-lite-${version}-linux-x64/
45 …sha256sum ./mindspore-lite-${version}-linux-x64.tar.gz > ./mindspore-lite-${version}-linux-x64.tar…
55 file_name=$(ls ./*linux-aarch32.tar.gz)
58 tar -xf mindspore-lite-${version}-linux-aarch32.tar.gz
91 rm ${open_source_ms_path}/output/mindspore-lite-${version}-linux-aarch32.tar.gz
92 …tar -zcf ./mindspore-lite-${version}-linux-aarch32.tar.gz ./mindspore-lite-${version}-linux-aarch3…
93 …sum ./mindspore-lite-${version}-linux-aarch32.tar.gz > ./mindspore-lite-${version}-linux-aarch32.t…
/third_party/boost/libs/locale/tools/
Dcross-compile-gettext.sh20 wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-$ICONV_VER.tar.gz || exit 1
21 wget http://ftp.gnu.org/pub/gnu/gettext/gettext-$GETTEXT_VER.tar.gz || exit 1
23 tar -xzf libiconv-$ICONV_VER.tar.gz || exit 1
24 tar -xzf gettext-$GETTEXT_VER.tar.gz || exit 1
51 echo http://ftp.gnu.org/pub/gnu/libiconv/libiconv-$ICONV_VER.tar.gz > $PACKAGE_DIR/sources.txt
52 echo http://ftp.gnu.org/pub/gnu/gettext/gettext-$GETTEXT_VER.tar.gz >> $PACKAGE_DIR/sources.txt
/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/boost/libs/beast/test/extern/zlib-1.2.11/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/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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

12345678910>>...38