Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/cpio/
H A Dcpio.h93 OPTION_LZMA, enumerator
H A Dcmdline.c62 { "lzma", 0, OPTION_LZMA },
H A Dcpio.c276 case OPTION_LZMA: /* GNU tar, others */ in main()
560 case OPTION_LZMA: in mode_out()
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h147 OPTION_LZMA, enumerator
H A Dcmdline.c95 { "lzma", 0, OPTION_LZMA },
H A Dbsdtar.c490 case OPTION_LZMA: /* GNU tar beginning with 1.20 */ in main()
502 case OPTION_LZMA: compression_name = "lzma"; break; in main()