Home
last modified time | relevance | path

Searched refs:COMPRESS (Results 1 – 3 of 3) 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/compress/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF COMPRESS COMMAND FUNCTIONALITY
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c703 #define COMPRESS "/usr/bin/compress" macro
1026 compress_malloc(strlen(COMPRESS) + 1); in main()
1027 (void) strcpy(compress_opt, COMPRESS); in main()
9296 compress_opt = compress_malloc(strlen(COMPRESS) + 1); in check_compression()
9297 (void) strcpy(compress_opt, COMPRESS); in check_compression()
9319 } else if (strcmp(compress_opt, COMPRESS) == 0) { in add_suffix()