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.h95 OPTION_LZMA, enumerator
H A Dcmdline.c59 { "lzma", 0, OPTION_LZMA },
H A Dcpio.c266 case OPTION_LZMA: /* GNU tar, others */ in main()
546 case OPTION_LZMA: in mode_out()
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h138 OPTION_LZMA, enumerator
H A Dcmdline.c94 { "lzma", 0, OPTION_LZMA },
H A Dbsdtar.c480 case OPTION_LZMA: /* GNU tar beginning with 1.20 */ in main()
492 case OPTION_LZMA: compression_name = "lzma"; break; in main()