Home
last modified time | relevance | path

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

/dports/archivers/gtar/tar-1.34/src/
H A Dtar.c426 GRID_COMPRESS, /* Compression options */ enumerator
715 GRID_COMPRESS },
718 GRID_COMPRESS },
722 {"bzip2", 'j', 0, 0, NULL, GRID_COMPRESS },
723 {"gzip", 'z', 0, 0, NULL, GRID_COMPRESS },
726 {"compress", 'Z', 0, 0, NULL, GRID_COMPRESS },
728 {"lzip", LZIP_OPTION, 0, 0, NULL, GRID_COMPRESS },
729 {"lzma", LZMA_OPTION, 0, 0, NULL, GRID_COMPRESS },
730 {"lzop", LZOP_OPTION, 0, 0, NULL, GRID_COMPRESS },
731 {"xz", 'J', 0, 0, NULL, GRID_COMPRESS },
[all …]