Home
last modified time | relevance | path

Searched refs:BZCAT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_013_neg.ksh55 log_must $BZCAT \
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib50 log_must $BZCAT \
/titanic_41/usr/src/test/zfs-tests/include/
H A Dcommands.cfg21 export BZCAT="/usr/bin/bzcat"
/titanic_41/usr/src/cmd/tar/
H A Dtar.c707 #define BZCAT "/usr/bin/bzcat" macro
9243 compress_opt = compress_malloc(strlen(BZCAT) + 1); in check_compression()
9244 (void) strcpy(compress_opt, BZCAT); in check_compression()