Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h137 OPTION_LZIP, enumerator
H A Dcmdline.c93 { "lzip", 0, OPTION_LZIP },
H A Dbsdtar.c479 case OPTION_LZIP: /* GNU tar beginning with 1.23 */ in main()
491 case OPTION_LZIP: compression_name = "lzip"; break; in main()