Searched refs:BZIP (Results 1 – 2 of 2) sorted by relevance
22 # bzip2, bunzip2 and bzcat prepend the contents of $BZIP2 or $BZIP to any
700 #define BZIP "/usr/bin/bzip2" macro1015 compress_opt = compress_malloc(strlen(BZIP) in main()1017 (void) strcpy(compress_opt, BZIP); in main()9286 compress_opt = compress_malloc(strlen(BZIP) + 1); in check_compression()9287 (void) strcpy(compress_opt, BZIP); in check_compression()9322 } else if (strcmp(compress_opt, BZIP) == 0) { in add_suffix()