Searched refs:gzip (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/zfs/
H A DMakefile.com31 SRCS += ../zfs.c ../gzip.c
32 OBJS += zfs.o gzip.o
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh57 text is 100*(2*gzip(\aold\a+\anew\a)/(gzip(\aold\a)+gzip(\anew\a))-1),
58 where gzip(\ax\a) is the size of text \ax\a when compressed by
360 __oz__[__i__]=$(print -r -- "\"${__text__[$__old__]}\"" | gzip | wc -c)
364 __nz__=$(print -r -- "\"${__text__[$__num__]}\"" | gzip | wc -c)
369 then __z__=$(print -r -- "\"${__text__[$__old__]}\"""\"${__text__[$__num__]}\"" | gzip | wc -c)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_lz4_disabled.ksh27 # 1. For each of an uncompressed, and gzip dataset created from a pool with
50 for compress in off gzip; do
H A Dsend-cpL_varied_recsize.ksh169 log_must zfs create -o compress=gzip -o recsize=$recsize \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh88 compression gzip compression gzip-$((RANDOM%9 + 1))
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh61 export GZIP_CMD=/tmp/bfubin/gzip
64 export GZIP_CMD=/usr/bin/gzip
205 # If compress is set, the files are gzip'd and put in the correct
283 # Check if gzip exists in /usr/bin, so we only try to run gzip
284 # on systems that have gzip. Then run gzip out of the patch to
289 # little. To save time, we skip the gzip in this case.
293 gzip -c "$rdfile" > "${archive}-new"
345 # Check if gzip exist
[all...]
H A Droot_archive.ksh272 gzip -f "$TMR"
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c64 int gzip; /* current input file is gzipped */ member in struct:mparse
629 if (curp->gzip == 0 && S_ISREG(st.st_mode)) {
642 if (curp->gzip) {
666 ssz = curp->gzip ?
787 curp->gzip = (cp != NULL && ! strcmp(cp + 1, "gz"));
799 if ( ! curp->gzip) {
804 curp->gzip = 1;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_010_pos.ksh85 log_must zfs create -o checksum=sha256 -o compression=gzip -o recordsize=512 \
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh823 *gzip*) filetype="gzip"
936 if [[ "$filetype" == "gzip" ]]; then
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh1101 *gzip*)
1104 print -u2 "# Uncompressing data (gzip) ..."
/illumos-gate/usr/src/cmd/logadm/
H A Dtester1280 system("/bin/gzip dir1/syslog.2");
1281 die "gzip dir1/syslog.2 didn't work\n" unless -f 'dir1/syslog.2.gz';
1283 system("/bin/gzip dir1/syslog.3");
1284 die "gzip dir1/syslog.3 didn't work\n" unless -f 'dir1/syslog.3.gz';
1286 system("/bin/gzip dir1/syslog.4");
1287 die "gzip dir1/syslog.4 didn't work\n" unless -f 'dir1/syslog.4.gz';
1289 system("/bin/gzip dir1/syslog.5");
1290 die "gzip dir1/syslog.5 didn't work\n" unless -f 'dir1/syslog.5.gz';
1292 system("/bin/gzip dir1/syslog.6");
1293 die "gzip dir
[all...]

Completed in 54 milliseconds