/third_party/toybox/tests/ |
D | gunzip.test | 9 # files without the .gz suffix. 10 echo -n "foo " | gzip > f1.gz 11 echo "bar" | gzip > f2.gz 12 testing "with input files" "gunzip f1.gz f2.gz && 13 ! test -f f1.gz && ! test -f f2.gz && 16 rm -f f1 f2 f1.gz f2.gz 19 echo "hello world" | gzip > f.gz 20 testing "no files (stdin to stdout)" "cat f.gz | gunzip > f && 21 test -f f.gz && cat f" "hello world\n" "" "" 22 rm -f f f.gz [all …]
|
D | gzip.test | 9 # files with the .gz suffix. 13 test -f f1.gz && test -f f2.gz && 15 zcat f1.gz f2.gz" "foo bar\n" "" "" 16 rm -f f1 f2 f1.gz f2.gz 19 testing "no files (stdin to stdout)" "echo hello world | gzip > f.gz && 20 test -f f.gz && zcat f.gz" "hello world\n" "" "" 21 rm -f f.gz 26 testing "with input files and -c" "gzip -c f1 f2 > out.gz && 27 ! test -f f1.gz && ! test -f f2.gz && 29 zcat out.gz" "foo bar\n" "" "" [all …]
|
D | zcat.test | 7 echo -n "hi " | gzip > 1.gz 8 echo "there" | gzip > 2.gz 11 testcmd "files" "1.gz 2.gz && test -f 1.gz && test -f 2.gz" "hi there\n" "" "" 13 testcmd "-c" "-c 1.gz 2.gz && test -f 1.gz && test -f 2.gz" "hi there\n" "" "" 14 testing "concatenated" "{ cat 1.gz 2.gz; } | zcat" "hi there\n" "" "" 15 testing "error" "head -c 10 2.gz | { zcat 2>/dev/null || echo fail; }" "fail\n"\ 20 rm -f 1 2 1.gz 2.gz
|
D | sort.test | 102 testing "" "sort -V" "toy-2.37.tar.gz\ntoy-3.4.tar.gz\ntoy-3.12.tar.gz\ntoy-4.16-rc2.tar.gz\ntoy-4.… 103 "toy-3.12.tar.gz\ntoy-2.37.tar.gz\ntoy-3.4.tar.gz\ntoy-4.16-rc2.tar.gz\ntoy-4.16.tar.gz"
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/ |
D | minigzip.c | 49 # define GZ_SUFFIX "-gz" 53 # define GZ_SUFFIX "-gz" 131 # define GZ_SUFFIX ".gz" 146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 201 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; [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/ |
D | minigzip.c | 49 # define GZ_SUFFIX "-gz" 53 # define GZ_SUFFIX "-gz" 131 # define GZ_SUFFIX ".gz" 146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 201 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; [all …]
|
/third_party/zlib/test/ |
D | minigzip.c | 49 # define GZ_SUFFIX "-gz" 53 # define GZ_SUFFIX "-gz" 131 # define GZ_SUFFIX ".gz" 146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 201 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; [all …]
|
/third_party/libwebsockets/contrib/abi/ |
D | libwebsockets.json | 20 "Source": "src/libwebsockets/3.0.0/libwebsockets-3.0.0.tar.gz", 30 "Source": "src/libwebsockets/2.4.2/libwebsockets-2.4.2.tar.gz", 40 "Source": "src/libwebsockets/2.4.1/libwebsockets-2.4.1.tar.gz", 50 "Source": "src/libwebsockets/2.4.0/libwebsockets-2.4.0.tar.gz", 60 "Source": "src/libwebsockets/2.3.0/libwebsockets-2.3.0.tar.gz", 70 "Source": "src/libwebsockets/2.2.2/libwebsockets-2.2.2.tar.gz", 80 "Source": "src/libwebsockets/2.2.1/libwebsockets-2.2.1.tar.gz", 90 "Source": "src/libwebsockets/2.2.0/libwebsockets-2.2.0.tar.gz", 100 "Source": "src/libwebsockets/2.1.1/libwebsockets-2.1.1.tar.gz", 110 "Source": "src/libwebsockets/2.1.0/libwebsockets-2.1.0.tar.gz", [all …]
|
/third_party/grpc/bazel/ |
D | grpc_deps.bzl | 142 …-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/gettext/gettext-tools/misc/ |
D | Makefile.am | 34 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 $@; \ 73 …echo "archive.dir.tar is not under version control. Please copy the archive.dir.tar.{gz,bz2,xz} fr… 80 # The archive.dir.tar.gz is generated from archive.dir.tar. [all …]
|
/third_party/zlib/examples/ |
D | gzappend.c | 266 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/ |
D | gzappend.c | 266 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/ |
D | gzappend.c | 266 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/toybox/toys/lsb/ |
D | gzip.c | 23 files with the .gz suffix. 39 files without the .gz suffix. 73 gzFile gz; local 79 if (!(gz = gzdopen(dd ? in_fd : out_fd, b))) perror_exit("gzdopen"); 81 while ((len = gzread(gz, toybuf, sizeof(toybuf))) > 0) 85 if (len != gzwrite(gz, toybuf, len)) break; 91 error_msg("%s%s: %s", "gz", dd ? "read" : "write", gzerror(gz, &len)); 93 if (gzclose(gz) != Z_OK) perror_msg("gzclose"), err++; 127 // Are we reading file.gz to write to file? in do_gzip() 131 // Add or remove .gz suffix as necessary in do_gzip() [all …]
|
/third_party/grpc/templates/tools/dockerfile/ |
D | csharp_dotnetcli_deps.include | 3 …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/mindspore/scripts/ |
D | lite_release_package.sh | 26 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/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/ |
D | test.cc | 17 outf.open("test1.txt.gz"); in main() 21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" in main() 25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; in main() 26 inf.open("test1.txt.gz"); in main() 33 outf.open("test2.txt.gz"); in main() 38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; in main() 40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; in main() 42 inf.open("test2.txt.gz"); in main()
|
/third_party/zlib/contrib/iostream3/ |
D | test.cc | 17 outf.open("test1.txt.gz"); in main() 21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" in main() 25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; in main() 26 inf.open("test1.txt.gz"); in main() 33 outf.open("test2.txt.gz"); in main() 38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; in main() 40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; in main() 42 inf.open("test2.txt.gz"); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/ |
D | test.cc | 17 outf.open("test1.txt.gz"); in main() 21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" in main() 25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; in main() 26 inf.open("test1.txt.gz"); in main() 33 outf.open("test2.txt.gz"); in main() 38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; in main() 40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; in main() 42 inf.open("test2.txt.gz"); in main()
|
/third_party/protobuf/ |
D | protobuf_deps.bzl | 13 ….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"],
|
D | post_process_dist.sh | 13 # 4) Uses the result to create .tar.gz, .tar.bz2, and .zip versions and 31 BASENAME=`basename $1 .tar.gz` 38 tar zxvf $BASENAME.tar.gz 39 rm $BASENAME.tar.gz 46 # Build the dist again in .tar.gz 49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz
|
/third_party/nghttp2/ |
D | Dockerfile.android | 70 RUN curl -L -O https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz && \ 71 tar xf openssl-$OPENSSL_VERSION.tar.gz && \ 72 rm openssl-$OPENSSL_VERSION.tar.gz 80 RUN curl -L -O http://dist.schmorp.de/libev/Attic/libev-$LIBEV_VERSION.tar.gz && \ 82 tar xf libev-$LIBEV_VERSION.tar.gz && \ 83 rm libev-$LIBEV_VERSION.tar.gz 98 … https://downloads.sourceforge.net/project/libpng/zlib/$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz && \ 99 tar xf zlib-$ZLIB_VERSION.tar.gz && \ 100 rm zlib-$ZLIB_VERSION.tar.gz 118 RUN curl -L -O https://c-ares.haxx.se/download/c-ares-$CARES_VERSION.tar.gz && \ [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/test/ |
D | test-process-release.js | 18 tarballUrl: 'https://nodejs.org/dist/v0.8.20/node-v0.8.20.tar.gz', 39 tarballUrl: 'https://nodejs.org/dist/v0.10.21/node-v0.10.21.tar.gz', 48 // prior to -headers.tar.gz 61 tarballUrl: 'https://nodejs.org/dist/v0.12.9/node-v0.12.9.tar.gz', 70 // prior to -headers.tar.gz 83 tarballUrl: 'https://nodejs.org/dist/v0.10.41/node-v0.10.41.tar.gz', 92 // has -headers.tar.gz 105 tarballUrl: 'https://nodejs.org/dist/v0.10.42/node-v0.10.42-headers.tar.gz', 114 // has -headers.tar.gz 127 tarballUrl: 'https://nodejs.org/dist/v0.12.10/node-v0.12.10-headers.tar.gz', [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | readme.txt | 12 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/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | readme.txt | 12 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
|