| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | minigzip.c | 201 gzFile gz; local 225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm)); 231 return gz; 237 gzFile gz; in gzwrite() 244 if (gz == NULL || !gz->write) 261 gzFile gz; in gzread() 270 if (gz == NULL || gz->write) 297 int gzclose(gz) in gzclose() argument 298 gzFile gz; in gzclose() 320 free(gz); [all …]
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 206 gzFile gz; local 230 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm)); 236 return gz; 242 gzFile gz; in gzwrite() 249 if (gz == NULL || !gz->write) 266 gzFile gz; in gzread() 275 if (gz == NULL || gz->write) 302 int gzclose(gz) in gzclose() argument 303 gzFile gz; in gzclose() 325 free(gz); [all …]
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | Makefile | 58 ./minigzip_zstd -d example$(EXT).gz 61 ./minigzip_zstd -d example$(EXT).gz 118 …-$(RM) $(ZLIBWRAPPER_PATH)/*.o $(EXAMPLE_PATH)/*.o *.o foo.gz example$(EXT) example_zstd$(EXT) fit…
|
| H A D | README.md | 13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c) 14 - zlibWrapper/gz*.h files (gzcompatibility.h, gzguts.h) 28 - compile your project with `zstd_zlibwrapper.c`, `gz*.c` and a static or dynamic zstd library 31 ```gcc project.o zstd_zlibwrapper.o gz*.c -lz -lzstd``` 59 with `-DZWRAP_USE_ZSTD=1` and linked with additional `zstd_zlibwrapper.o gz*.c -lzstd`.
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | README.md | 41 wget -O /tmp/zstd.tar.gz \ 42 "${url}/releases/download/v${release}/zstd-${release}.tar.gz" 43 tar -C /tmp -xzf /tmp/zstd.tar.gz
|
| /f-stack/app/redis-5.0.5/utils/releasetools/ |
| H A D | 02_upload_tarball.sh | 3 scp /tmp/redis-${1}.tar.gz [email protected]:/var/virtual/download.redis.io/httpdocs/releases/
|
| H A D | 01_create_tarball.sh | 14 rm -f /tmp/$TARNAME.gz
|
| H A D | 04_release_hash.sh | 2 SHA=$(curl -s http://download.redis.io/releases/redis-${1}.tar.gz | shasum -a 256 | cut -f 1 -d' ')
|
| /f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/recipes/ |
| H A D | build | 2 tar xzf /io/libsodium.tar.gz
|
| /f-stack/doc/ |
| H A D | F-Stack_Build_Guide.md | 23 $ wget https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz 24 $ tar xzvf pkg-config-0.29.2.tar.gz
|
| H A D | F-Stack_Quick_Start_Guide.md | 57 wget https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz 58 tar xzvf pkg-config-0.29.2.tar.gz
|
| H A D | F-Stack_Binary_Release_Quick_Start.md | 13 $ wget https://github.com/F-Stack/f-stack/releases/download/v1.12/f-stack-binary-release.tar.gz 14 $ tar zxf f-stack-binary-release.tar.gz
|
| /f-stack/tools/libxo/packaging/ |
| H A D | libxo.rb.base.in | 10 …Juniper/@PACKAGE_NAME@/releases/download/@PACKAGE_VERSION@/@PACKAGE_NAME@-@[email protected].gz'
|
| H A D | libxo.spec.in | 14 …ithub.com/Juniper/@PACKAGE_NAME@/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@[email protected].gz
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | recv_dedup.ksh | 43 typeset tarfile=$STF_SUITE/tests/functional/rsend/fs.tar.gz
|
| H A D | Makefile.am | 62 fs.tar.gz \
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | README | 9 cid-avf.2020.10.14.tar.gz released by the team which develops
|
| /f-stack/freebsd/contrib/openzfs/contrib/intel_qat/ |
| H A D | readme.md | 9 [1.7.l.4.10.0-00014](https://01.org/sites/default/files/downloads/qat1.7.l.4.10.0-00014.tar.gz)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | Makefile.am | 44 draidcfg.gz \
|
| /f-stack/freebsd/contrib/zlib/contrib/ |
| H A D | README.contrib | 39 A C++ I/O streams interface to the zlib gz* functions 74 A very simple tar.gz file extractor using zlib
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/ |
| H A D | pool_state.ksh | 130 BACKUP=$TEST_BASE_DIR/kstat-state-realdisk.gz
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | README | 6 cid-gigabit.2020.06.05.tar.gz released by ND. The sub-directory of base/
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | README | 9 cid-i40e.2020.08.27.tar.gz released by the team which develops
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | README | 9 not-released-cid-ixgbe.2020.06.09.tar.gz released by the team which develop
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzlib.c | 294 gzFile gz; local 303 gz = gz_open(path, fd, mode); 305 return gz;
|