Searched refs:opt_stdout (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/xz/src/xz/
H A Dargs.h34 extern bool opt_stdout;
H A Dargs.c21 bool opt_stdout = false; variable
262 opt_stdout = true;
616 opt_stdout = true;
622 opt_stdout = true;
655 // In test mode the data is written nowhere, but setting opt_stdout
657 if (opt_stdout || opt_mode == MODE_TEST) {
659 opt_stdout = true;
H A Dmain.c187 if (opt_stdout || (args.arg_count == 1
213 // or --list was used. Note that --test implies opt_stdout = true
221 && (opt_stdout || strcmp("-", args.arg_names[0]) == 0
H A Dfile_io.c540 const bool follow_symlinks = opt_stdout || opt_force;
545 const bool reg_files_only = !opt_stdout;
824 if (opt_stdout || pair->src_fd == STDIN_FILENO) {
H A Dcoder.c516 && opt_stdout && opt_force)
H A Dlist.c1157 // Unset opt_stdout so that io_open_src() won't accept special files.
1159 opt_stdout = false;

Completed in 201 milliseconds