Home | History | Annotate | Download | only in scan-build

Lines Matching refs:STDERR

25 # List form 'system' with STDOUT and STDERR captured.
32 # Save STDOUT and STDERR and redirect to a temporary file.
34 open OLDERR, ">&", \*STDERR;
39 open(STDERR, ">&", \*STDOUT);
41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
44 # Restore STDOUT and STDERR.
46 open STDERR, ">&", \*OLDERR;
176 rename($ofile, "$PPFile.stderr.txt");
257 print STDERR "\n[LOCATION]: $dir\n";
264 # We MUST print to stderr. Some clients use the stdout output of
266 print STDERR join(' ', @PrintArgs);
267 print STDERR "\n";
270 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
273 # Save STDOUT and STDERR of clang to a temporary file and reroute
274 # all clang output to ccc-analyzer's STDERR.
282 print STDERR $_;
454 print STDERR "$Compiler @ARGV\n";