Lines Matching refs:stdout
70 #define DISPLAYOUT(...) fprintf(stdout, __VA_ARGS__)
149 DISPLAY( "--[no-]sparse : sparse mode (default:enabled on file, disabled on stdout)\n");
181 DISPLAY( " - if stdout is not the console, then [output] = stdout \n");
182 DISPLAY( " - if stdout is console : \n");
192 DISPLAY( "stdin, stdout and the console : \n");
369 /* '-' means stdin/stdout */
390 if ((!strcmp(argument, "--stdout"))
391 || (!strcmp(argument, "--to-stdout"))) { forceStdout=1; output_filename=stdoutmark; continue; }
491 /* Force stdout, even if stdout==console */
674 /* if input==stdin and no output defined, stdout becomes default output */
680 if (!IS_CONSOLE(stdout) && mode != om_list) {
681 /* Default to stdout whenever stdout is not the console.
683 * To ensure `stdout` is explicitly selected, use `-c` command flag.
684 * Conversely, to ensure output will not become `stdout`, use `-m` command flag */
685 DISPLAYLEVEL(1, "Warning : using stdout as default output. Do not rely on this behavior: use explicit `-c` instead ! \n");
730 && IS_CONSOLE(stdout)
735 /* Downgrade notification level in stdout and multiple file mode */