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

/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 65 milliseconds