Home
last modified time | relevance | path

Searched refs:BZIP (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/include/
H A Dcommands.cfg22 # bzip2, bunzip2 and bzcat prepend the contents of $BZIP2 or $BZIP to any
/titanic_41/usr/src/cmd/tar/
H A Dtar.c703 #define BZIP "/usr/bin/bzip2" macro
1016 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()