Searched refs:GZIP (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dgzguts.h158 #define GZIP 2 /* decompress a gzip stream */ macro
H A Dgzread.c84 be set to GZIP for decompression. If direct copying, then leftover input
142 state->how = GZIP;
227 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
236 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
248 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
364 else { /* state->how == GZIP */
H A Ddeflate.h23 # define GZIP macro
H A Ddeflate.c265 #ifdef GZIP
415 #ifdef GZIP
691 #ifdef GZIP
764 #ifdef GZIP
953 #ifdef GZIP
1092 #ifdef GZIP
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h23 # define GZIP macro
H A Ddeflate.c265 #ifdef GZIP
386 #ifdef GZIP
584 #ifdef GZIP
657 #ifdef GZIP
839 #ifdef GZIP
977 #ifdef GZIP
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr251 ${GZIP} "${1}" >"${dst_copy_path}" 2>/dev/null
1458 GZIP="/bin/gzip -c"
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c701 #define GZIP "/usr/bin/gzip" macro
1020 compress_opt = compress_malloc(strlen(GZIP)
1022 (void) strcpy(compress_opt, GZIP);
9279 compress_opt = compress_malloc(strlen(GZIP) + 1);
9280 (void) strcpy(compress_opt, GZIP);
9313 if (strcmp(compress_opt, GZIP) == 0) {

Completed in 111 milliseconds