Lines Matching refs:stdout
9 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout.
526 err_exit("Cloning only metadata to stdout isn't supported!\n");
582 * Send messages, debug information and library messages to stdout,
583 * but, if outputing to stdout send them to stderr
589 msg_out = stdout;
1070 " image to stdout\n");
2602 /* print to stderr, stdout can be an NTFS image ... */
2623 if ((fd_out = fileno(stdout)) == -1)
2624 perr_exit("fileno for stdout failed");
2625 stream_out = stdout;
2627 if (setmode(fileno(stdout),O_BINARY) == -1)
2628 perr_exit("setting binary stdout failed");