Home
last modified time | relevance | path

Searched refs:COMPRESS (Results 1 – 5 of 5) sorted by relevance

/titanic_41/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
/titanic_41/usr/src/cmd/compress/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF COMPRESS COMMAND FUNCTIONALITY
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_compress_001_pos.ksh61 log_must usr_exec $COMPRESS $INI_DIR/*
/titanic_41/usr/src/test/zfs-tests/include/
H A Dcommands.cfg32 export COMPRESS="/usr/bin/compress"
/titanic_41/usr/src/cmd/tar/
H A Dtar.c705 #define COMPRESS "/usr/bin/compress" macro
1025 compress_malloc(strlen(COMPRESS) + 1); in main()
1026 (void) strcpy(compress_opt, COMPRESS); in main()
9254 compress_opt = compress_malloc(strlen(COMPRESS) + 1); in check_compression()
9255 (void) strcpy(compress_opt, COMPRESS); in check_compression()
9277 } else if (strcmp(compress_opt, COMPRESS) == 0) { in add_suffix()