Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/xz/
H A Dcoder.h16 MODE_TEST, enumerator
H A Dargs.c354 opt_mode = MODE_TEST; in parse_real()
711 if (opt_stdout || opt_mode == MODE_TEST) { in args_parse()
H A Dcoder.c772 if (opt_mode != MODE_TEST) { in coder_write_output()
1060 if (opt_mode == MODE_TEST || !io_open_dest(pair)) { in coder_run()
/freebsd-14.2/contrib/xz/
H A DChangeLog9292 Note that in one case there was no test for opt_mode != MODE_TEST,