Searched refs:STDERR (Results 51 - 75 of 133) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.t110 open(STDERR, ">&STDOUT")
111 or die "Can't dup STDOUT->STDERR: $!;";
180 print STDERR "PROG: $switch\n$prog\n";
181 print STDERR "EXPECTED:\n$expected\n";
182 print STDERR "GOT:\n$results\n";
H A DExporter.t96 or print STDERR "# \$\@ is $@\n";
98 or print STDERR "# expected 'lifejacket', got " .
107 or chomp ($@), print STDERR "# \$\@ is $@\n";
109 or print STDERR "# expected 'Is', got " .
H A Dopen.pm132 binmode(STDERR, ":utf8");
135 binmode(STDERR, ":$1");
224 filehandles (STDIN, STDOUT, STDERR) to comply with encoding selected
227 STDERR are also in C<:utf8>. On the other hand, if only output is
229 STDOUT and STDERR to be in C<koi8r>. The C<:locale> subpragma
259 the default encoding of your STDIN, STDOUT, and STDERR, and of
H A Dwarnings.pm82 Print C<$message> to STDERR.
91 Print C<$message> to STDERR.
98 Print C<$message> to STDERR.
H A DShell.pm162 capture the STDERR of the process as well.
165 STDERR of the process.
H A DBenchmark.t332 print STDERR "# slowfast $slowfast\n";
336 print STDERR "# fastslow $fastslow\n";
369 print STDERR "# Something went wrong there. I got this chart:\n";
370 print STDERR "# $_\n" foreach split /\n/, $got;
499 my $debug = tie *STDERR, 'TieOut';
515 isnt ($debug->read(), '', "There was STDERR debug output with debug enabled");
525 untie *STDERR;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Doutput.t80 ok( $output eq <<OUTPUT ) || print STDERR $output;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm34 STDERR of the child are on the same filehandle. The WTRFH will have
229 xopen \*STDERR, ">&" . xfileno($dad_err)
230 if fileno(STDERR) != xfileno($dad_err);
233 xopen \*STDERR, ">&=" . fileno $kid_err;
236 xopen \*STDERR, ">&STDOUT" if fileno(STDERR) != fileno(STDOUT);
283 handle => \*STDERR },
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm27 my $filehandle = \*STDERR; ## The filehandle to write to
99 usage message should be written. The default is C<\*STDERR> unless the
157 C<STDOUT>. Otherwise output is printed on C<STDERR>.
187 to C<STDERR>. However, usage messages issued due to an explicit request
241 "SYNOPSIS" section to C<STDERR> and will exit with a status of 2:
251 pod2usage({-exitval => 2, -output => \*STDERR});
253 pod2usage({-verbose => 0, -output => \*STDERR});
257 pod2usage(-exitval => 2, -verbose => 0, -output => \*STDERR);
260 of "Syntax error." (followed by a newline) to C<STDERR>, immediately
261 followed by just the "SYNOPSIS" section (also printed to C<STDERR>) an
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm51 $DEBUG and print STDERR " >> Store $_[1] $_[2]\n";
62 $DEBUG and print STDERR " >> Fetch cached value for $_[1]\n";
64 $DEBUG and print STDERR " >> (ttl: ", ($expire_time-time()), ", nuses: $num_uses_left)\n";
72 $DEBUG and print STDERR " >> Exists $_[1]\n";
74 $DEBUG and print STDERR " Not in underlying hash at all.\n";
81 $_[0]{LIFETIME} and print STDERR " Time to live for this item: $ttl\n";
82 $_[0]{NUM_USES} and print STDERR " Uses remaining: $num_uses_left\n";
86 $DEBUG and print STDERR " (Still good)\n";
89 $DEBUG and print STDERR " (Expired)\n";
112 # print STDERR " >> _get_ite
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl27 print STDERR "# Looks like you planned $planned tests but ran $ran.\n";
31 # Use this instead of "print STDERR" when outputing failure diagnostic
37 my $fh = $TODO ? *STDOUT : *STDERR;
424 print STDERR "# $stdindisplay\n";
442 print STDERR "# $runperldisplay\n";
457 print STDERR "# @_\n";
513 print STDERR "# Couldn't unlink '$file': $!\n" if -f $file;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/t/
H A Dipcsysv.t40 print STDERR <<EOM;
46 print STDERR <<EOM;
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni288 print STDERR "can't open class file AuditEvent_$root.java: $!\n";
307 print STDERR "no event code for $eventId. Is audit_event current?\n";
644 print STDERR "Generic event with no allowed instances: $eventId\n";
825 print STDERR "No external object captured for event $eventId\n";
829 print STDERR "No internal object captured for event $eventId\n";
890 print STDERR "token id $tokenId not implemented\n";
894 print STDERR "token = $tokenId is undefined\n";
932 print STDERR "token id $tokenId not implemented\n";
936 print STDERR
1037 print STDERR "
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_dir.t15 select(STDERR); $| = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiehandle.t157 # Special case of aliasing STDERR, which used
159 local *STDERR = *$fh;
161 $r = print STDERR @expect[2,3];
217 # warnings should pass to the PRINT method of tied STDERR
220 local *STDERR = *$fh;
H A Dfork.t71 print STDERR "PROG: $switch\n$prog\n";
72 print STDERR "EXPECTED:\n$expected\n";
73 print STDERR "GOT:\n$results\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm265 print STDERR
292 print STDERR ("=> user linkage: $userlinkage\n") if $debug;
306 print STDERR ("=> prefix=\"$prefix\"\n") if $debug;
353 print STDERR ("=> found userlinkage for \"$orig\": ",
367 print STDERR ("=> link \"$orig\" to $optionlist[0]\n")
401 print STDERR ("=> link \"$orig\" to \@$pkg","::opt_$ov\n")
406 print STDERR ("=> link \"$orig\" to \%$pkg","::opt_$ov\n")
411 print STDERR ("=> link \"$orig\" to \$$pkg","::opt_$ov\n")
443 print STDERR ($arrow, "\$opctl{$k} = $v ", OptCtl($v), "\n");
454 print STDERR ("
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t144 (print STDERR "# lgrp_parents: $!\n"), $fail++, last;
249 print STDERR "# \@leaves: @leaves, \@leaves1: @leaves\n";
254 print STDERR "# \@cpus: @cpus, \@cpus1: @cpus1\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL558 print STDERR "Skipping directory `$file'\n";
563 print STDERR "Skipping `$file': not a file or directory\n";
608 print STDERR "Could not remove link $Dest_dir/$dirlink: $!\n";
617 print STDERR "Could not create $Dest_dir/$target/\n";
620 print STDERR "Could not symlink $target -> $Dest_dir/$dirlink: $!\n";
721 print STDERR "$_: $1 -> $2\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcanonical.t92 print STDERR Data::Dumper::Dumper(\%a1) if ($verbose and $gotdd);
H A Dcode.t197 open(SAVEERR, ">&STDERR");
198 open(STDERR, ">$devnull") or
199 ( print SAVEERR "Unable to redirect STDERR: $!\n" and exit(1) );
203 open(STDERR, ">&SAVEERR");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm54 close STDERR if $veryquiet;
86 STDERR after deparsing has finished. This suppresses the "Syntax OK"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbasic.t258 # Send STDERR off to oblivion.
259 open(SAVERR, ">&STDERR") or die $!;
260 open(STDERR, ">".File::Spec->devnull) or die $!;
265 open(STDERR, ">&SAVERR") or die $!;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL194 print STDERR "DynaLoader.pm loaded (@INC, @dl_library_path)\n";
195 print STDERR "DynaLoader not linked into this perl\n"
257 print STDERR "DynaLoader::bootstrap for $module ",
303 print STDERR "BS: $bs ($^O, $dlsrc)\n" if $dl_debug;
378 print STDERR "dl_findfile(@args)\n" if $dl_debug;
418 print STDERR " checking in $dir for $name\n" if $dl_debug;
455 print STDERR " checking in $dir for $name\n" if $dl_debug;
467 print STDERR " dl_findfile ignored non-existent directory: $_\n" unless -d $_;
469 print STDERR "dl_findfile found: @found\n";
498 print STDERR "dl_expandspe
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm48 By default, error messages are sent to STDERR. Most HTTPD servers
49 direct STDERR to the server's error log. Some applications may wish
76 The real STDERR is not closed -- it is moved to CGI::Carp::SAVEERR. Some
78 browser when the script closes STDOUT and STDERR. CGI::Carp::SAVEERR is there to
102 version of this module may delay redirecting STDERR until one of the
514 open(SAVEERR, ">&STDERR");
515 open(STDERR, ">&$no") or
516 ( print SAVEERR "Unable to redirect STDERR: $!\n" and exit(1) );
552 if ($@) { print STDERR q(error while executing the error handler: $@); }

Completed in 57 milliseconds

123456