Searched refs:OPT_COMPRESS (Results 1 – 1 of 1) sorted by relevance
853 OPT_COMPRESS = IF_FEATURE_SEAMLESS_Z( (1 << OPTBIT_COMPRESS )) + 0, // Z enumerator864 OPT_ANY_COMPRESS = (OPT_BZIP2 | OPT_LZMA | OPT_GZIP | OPT_XZ | OPT_COMPRESS),1048 showopt(OPT_COMPRESS ); in tar_main()1199 if (opt & OPT_COMPRESS) in tar_main()1229 if (opt & OPT_COMPRESS) { in tar_main()1280 if (SEAMLESS_COMPRESSION || OPT_COMPRESS) { in tar_main()