Lines Matching refs:STDERR
130 system 'mv',$ofile,"$PPFile.stderr.txt";
147 open(STDERR,">&", \*TO_PARENT);
224 print STDERR "\n[LOCATION]: $dir\n";
231 # We MUST print to stderr. Some clients use the stdout output of
233 print STDERR join(' ', @PrintArgs);
234 print STDERR "\n";
237 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
240 # Capture the STDERR of clang and send it to a temporary file.
241 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
249 open(STDERR,">&", \*TO_PARENT);
258 print STDERR $_;
429 print STDERR "$Compiler @ARGV\n";