Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/cpio/
H A Dcpio.h96 OPTION_LZOP, enumerator
H A Dcmdline.c60 { "lzop", 0, OPTION_LZOP },
H A Dcpio.c267 case OPTION_LZOP: /* GNU tar, others */ in main()
549 case OPTION_LZOP: in mode_out()
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h139 OPTION_LZOP, enumerator
H A Dcmdline.c95 { "lzop", 0, OPTION_LZOP },
H A Dbsdtar.c481 case OPTION_LZOP: /* GNU tar beginning with 1.21 */ in main()
493 case OPTION_LZOP: compression_name = "lzop"; break; in main()