Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/
Dtar.c853 OPT_COMPRESS = IF_FEATURE_SEAMLESS_Z( (1 << OPTBIT_COMPRESS )) + 0, // Z enumerator
864 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()