Searched refs:COMPRESS (Results 1 – 5 of 5) sorted by relevance
203 COMPRESS=true224 if [ "$COMPRESS" = true ] ; then248 if [ "$COMPRESS" = true ] ; then289 COMPRESS=299 c) COMPRESS=true
1 PORTIONS OF COMPRESS COMMAND FUNCTIONALITY
61 log_must usr_exec $COMPRESS $INI_DIR/*
32 export COMPRESS="/usr/bin/compress"
705 #define COMPRESS "/usr/bin/compress" macro1025 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()