Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/xz/dist/src/xz/
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()
Dcoder.h15 MODE_DECOMPRESS, enumerator
Dcoder.c515 if (opt_mode == MODE_DECOMPRESS in coder_init()
525 MODE_DECOMPRESS), flags); in coder_init()
531 MODE_DECOMPRESS)); in coder_init()
Dfile_io.c914 } else if (try_sparse && opt_mode == MODE_DECOMPRESS) { in io_open_dest_real()