Searched refs:STDERR (Results 101 - 125 of 133) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm181 outputs these names to STDERR.
199 STDERR.
645 All diagnostic output is sent to C<STDERR>.
H A DInstalled.pm162 print STDERR "Couldn't figure out the package name for $file\n"
H A DMM_Unix.pm1193 if( open(STDERR_COPY, '>&STDERR') ) {
1198 find_perl() can't dup STDERR: $!
1221 # To avoid using the unportable 2>&1 to supress STDERR,
1230 close STDERR if $stderr_duped;
1232 open STDERR, '>&STDERR_COPY' if $stderr_duped;
2217 print STDERR "Prefixing $var\n" if $Verbose >= 2;
2226 print STDERR " $Installvar == $self->{$Installvar}\n"
3430 print STDERR " prefixify $var => $path\n" if $Verbose >= 2;
3431 print STDERR " from $sprefix to $rprefix\n" if $Verbose >= 2;
3435 print STDERR " canno
[all...]
H A Dxsubpp818 print STDERR "Error reading from pipe '$ThisFile': $! in $filename, line $lastline_no\n" ;
866 print STDERR " (precede it with a blank line if the matching #if is outside the function)\n"
1704 print STDERR "@_ in $filename, line $line_no\n" ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm177 # print STDERR "Handling $attr on $ref in $phase with [$data]\n";
305 print STDERR
761 print STDERR "Purpose of ", &name, " is $_[4]\n";
765 print STDERR &name, " measured in $_[4]\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstat.t114 print STDERR <<DIAG;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm29 $checker->parse_from_file($filepath, \*STDERR);
37 the output-file defaults to C<\*STDERR>.
507 $outfile ||= \*STDERR;
625 my $out_fh = $self->output_handle() || \*STDERR;
H A DParser.pm1145 performed). If the special output filename ">&STDERR" is given then the
1146 STDERR filehandle is used for output (and no open or close is
1201 elsif ($outfile =~ /^>&(STDERR|2)$/i) {
1202 ## Not a filename, just a string implying STDERR
1204 $out_fh = \*STDERR;
1248 $parser->errorsub(sub { print STDERR, @_ });
H A DSelect.pm38 ## the result to STDERR.
39 podselect({-output => ">&STDERR", -sections => ["DESCRIPTION"]}, \*STDIN);
58 ## STDIN and write the result to STDERR.
61 $parser->parse_from_filehandle(\*STDIN, \*STDERR);
552 or ">&STDERR"). The default is to use standard output.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL269 q{-e"open(Test::Builder::TESTERR\054 '>&STDERR') or die $!",};
524 print STDERR @_;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dcookie.t377 # dump. To avoid this we will make sure that cookie is print on STDERR
379 my $oldfh = select(STDERR);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm240 (e.g. STDERR). In such cases, it is desirable to get everything
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t921 print STDERR "# You were running with \$keep_files set to $keep_files\n"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm133 return [\*STDERR,0];
135 ($h,$b) = (ref($h)? $h : \*STDERR, $b || 1024);
1318 B<Hash> - If given a reference to a file handle (e.g., C<\*STDERR>),
1514 file handle glob, then \*STDERR is used. The second argument is the number
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm170 or eval 'sub Term::ReadLine::findConsole { ("&STDIN", "&STDERR") }';
238 $consoleOUT = defined fileno(STDERR) ? "&STDERR" : "&STDOUT";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm863 It's ok for your test to change where STDOUT and STDERR point to,
965 Defaults to STDERR.
1023 # We dup STDOUT and STDERR so people can change them in their
1026 open(TESTERR, ">&STDERR") or die "Can't dup STDERR: $!";
1033 _autoflush(\*STDERR);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL1498 print STDERR "Usage: sed [-an] command [file...]\n";
1499 print STDERR " [-an] [-e command] [-f script-file] [file...]\n";
1581 print STDERR "Files: @ARGV\n" if $useDEBUG;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm1113 print STDERR "preparing to sleep\n";
1121 print STDERR "waking up\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm706 sub bwarn { print STDERR "Bytecode.pm: @_\n" }
H A DC.pm1103 if( $gvname !~ /^([^A-Za-z]|STDIN|STDOUT|STDERR|ARGV|SIG|ENV)$/ ) {
1334 # deal with $x = *STDIN/STDOUT/STDERR{IO}
1918 local $SIG{__WARN__} = sub { print STDERR @_ };
H A DCC.pm1873 Writes debugging output to STDERR just as it's about to write to the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm251 Note that STDERR WILL NOT be changed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL380 STDOUT or STDERR and intended for the end user are documented in DIAGNOSTICS
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm33 $TESTERR = *STDERR{IO};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm395 print STDERR "$whoami: $message\n";

Completed in 83 milliseconds

123456