/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | properties.shlib | 16 typeset -a compress_prop_vals=('on' 'off' 'lzjb' 'gzip' 'gzip-1' 'gzip-2' 17 'gzip-3' 'gzip-4' 'gzip-5' 'gzip-6' 'gzip-7' 'gzip-8' 'gzip-9' 'zle' 'lz4')
|
H A D | libtest.shlib | 2118 typeset GZIP_OPTS="gzip gzip-1 gzip-2 gzip-3 gzip-4 gzip-5 \ 2119 gzip-6 gzip-7 gzip-8 gzip-9" 2127 zfs get 2>&1 | grep gzip >/dev/null 2>&1
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | read.c | 62 int gzip; /* current input file is gzipped */ member 455 if (curp->gzip == 0 && S_ISREG(st.st_mode)) { in read_whole_file() 467 if (curp->gzip) { in read_whole_file() 507 ssz = curp->gzip ? in read_whole_file() 516 if (curp->gzip) in read_whole_file() 519 curp->gzip && gzerrnum != Z_ERRNO ? in read_whole_file() 526 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file() 630 curp->gzip = (cp != NULL && ! strcmp(cp + 1, "gz")); in mparse_open() 642 if ( ! curp->gzip) { in mparse_open() 649 curp->gzip = 1; in mparse_open() [all …]
|
H A D | mandocdb.c | 105 int gzip; /* filename has a .gz suffix */ member 583 int gzip; in treescan() local 648 gzip = 0; in treescan() 654 gzip = 1; in treescan() 700 mlink->gzip = gzip; in treescan()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | Makefile.inc | 17 SRCS += $(ZFSSRC)/gzip.c 20 OBJECTS += gzip.o
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | THIRDPARTYLICENSE | 22 jloup@gzip.org madler@alumni.caltech.edu 27 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
|
H A D | README | 7 rfc1952 (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 106 jloup@gzip.org madler@alumni.caltech.edu
|
H A D | ChangeLog | 27 - Emphasize the need to continue decompressing gzip members 37 - Add gznorm.c example, which normalizes gzip files 38 - Fix the zran.c example to work on a multiple-member gzip file 48 - Avoid adding empty gzip member after gzflush with Z_FINISH 74 - Fix bug in gzwrite.c that produced corrupt gzip files 97 - Fix bugs in creating a very large gzip header 285 - Fix bug in gzgets() for a concatenated empty gzip stream 287 - Change gzread() and related to ignore junk after gzip streams 290 - Simplify gzseek() now that raw after gzip is ignored 607 - Add pigz.c (parallel implementation of gzip) to examples/ [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | msgcc.sh | 372 __oz__[__i__]=$(print -r -- "\"${__text__[$__old__]}\"" | gzip | wc -c) 376 __nz__=$(print -r -- "\"${__text__[$__num__]}\"" | gzip | wc -c) 381 … then __z__=$(print -r -- "\"${__text__[$__old__]}\"""\"${__text__[$__num__]}\"" | gzip | wc -c)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 88 compression gzip compression gzip-$((RANDOM%9 + 1))
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | Makefile.in | 416 dist-gzip: distdir 417 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 429 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 438 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 590 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send-c_lz4_disabled.ksh | 50 for compress in off gzip; do
|
H A D | send-cpL_varied_recsize.ksh | 169 log_must zfs create -o compress=gzip -o recsize=$recsize \
|
/illumos-gate/usr/src/cmd/boot/scripts/ |
H A D | create_ramdisk.ksh | 56 export GZIP_CMD=/usr/bin/gzip 352 LC_MESSAGES=C file "${archive}-new" | grep gzip > /dev/null
|
H A D | root_archive.ksh | 272 gzip -f "$TMR"
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | package.mk | 1045 $(op:N=delta:?--format=gzip??) \ 1233 $(op:N=delta:?--format=gzip??) \ 1323 $(op:N=delta:?--format=gzip??) \ 1356 *.gz) gzip < $exe > $(binary) ;; 1516 $(op:N=delta:?--format=gzip??) \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | package.mk | 1045 $(op:N=delta:?--format=gzip??) \ 1233 $(op:N=delta:?--format=gzip??) \ 1323 $(op:N=delta:?--format=gzip??) \ 1356 *.gz) gzip < $exe > $(binary) ;; 1516 $(op:N=delta:?--format=gzip??) \
|
H A D | WWW.mk | 139 …$(PAX) -wvf $(<) -x tar:gzip -s "/X.$(tmp).X/README/" $(.WWW.EDIT. $(*)) -s ',\(.*\)-www$,bin/\1,'…
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_010_pos.ksh | 85 log_must zfs create -o checksum=sha256 -o compression=gzip -o recordsize=512 \
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | Makefile.inc | 109 objs/gzip.o := CPPFLAGS += -I$(ZLIB) 110 pics/gzip.o := CPPFLAGS += -I$(ZLIB)
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-man.p5m | 66 #depend fmri=compress/gzip type=require
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 32 # The following variable names describe files, stored as gzip compressed files
|
/illumos-gate/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 823 *gzip*) filetype="gzip"
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1246 0 short 0x1f8b gzip compressed data application/gzip 1529 |name match *.gz WinZip File application/gzip
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magic | 266 0 string \037\213 gzip compressed data
|