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
703 #define BZIP "/usr/bin/bzip2" macro1016 compress_opt = compress_malloc(strlen(BZIP) in main()1018 (void) strcpy(compress_opt, BZIP); in main()9246 compress_opt = compress_malloc(strlen(BZIP) + 1); in check_compression()9247 (void) strcpy(compress_opt, BZIP); in check_compression()9282 } else if (strcmp(compress_opt, BZIP) == 0) { in add_suffix()