Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/xz/
H A Dargs.c267 opt_mode = MODE_DECOMPRESS; in parse_real()
615 opt_mode = MODE_DECOMPRESS; in args_parse()
618 opt_mode = MODE_DECOMPRESS; in args_parse()
621 opt_mode = MODE_DECOMPRESS; in args_parse()
625 opt_mode = MODE_DECOMPRESS; in args_parse()
H A Dcoder.h15 MODE_DECOMPRESS, enumerator
H A Dcoder.c515 if (opt_mode == MODE_DECOMPRESS in coder_init()
525 MODE_DECOMPRESS), flags); in coder_init()
531 MODE_DECOMPRESS)); in coder_init()
H A Dfile_io.c918 } else if (try_sparse && opt_mode == MODE_DECOMPRESS) { in io_open_dest_real()