Lines Matching refs:stderr
283 // message is simply printed to stderr. In either case, the program
298 fprintf(stderr, "%s", message.c_str());
299 fflush(stderr);
432 // Returns stderr output from the child process.
439 // A matcher that's expected to match the stderr output by the child process.
530 // Returns an indented copy of stderr output for a death test.
559 // matcher_: A matcher that's expected to match the stderr output by the child
643 // any possible error messages) from the pipe, and its stderr and then
831 // The stderr data captured by the child process.
1018 // Create a socket pair will be used to receive the child process' stderr.
1028 // Make the stderr socket nonblocking.
1145 // Redirects all logging to stderr in the child process to prevent
1146 // concurrent writes to the log files. We capture stderr in the parent