Searched refs:COMPRESS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh203 COMPRESS=true
224 if [ "$COMPRESS" = true ] ; then
248 if [ "$COMPRESS" = true ] ; then
289 COMPRESS=
299 c) COMPRESS=true
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c702 #define COMPRESS "/usr/bin/compress" macro
1025 compress_malloc(strlen(COMPRESS) + 1);
1026 (void) strcpy(compress_opt, COMPRESS);
9295 compress_opt = compress_malloc(strlen(COMPRESS) + 1);
9296 (void) strcpy(compress_opt, COMPRESS);
9318 } else if (strcmp(compress_opt, COMPRESS) == 0) {

Completed in 87 milliseconds