Searched refs:STDERR (Results 1 - 25 of 133) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DMakefile.PL27 print STDERR "Making header files for XS...\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D00_version.t9 print STDERR "
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Dopenhan.t24 my $fh = \*STDERR;
28 print "not " unless fileno(openhandle(*STDERR)) == fileno(STDERR);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A DDemo.pm11 print STDERR 'Scalar $', *{$symbol}{NAME},
17 print STDERR "This at ",
25 print STDERR 'Hash %', *{$symbol}{NAME},
32 print STDERR 'Sub &', *{$symbol}{NAME},
39 print STDERR ref($referent), ' ', *{$symbol}{NAME},
46 print STDERR ref($referent), ' ', *{$symbol}{NAME},
H A Ddemo_phases.pl7 { print STDERR "Beginner: ", Dumper \@_}
10 { print STDERR "Checker: ", Dumper \@_}
13 { print STDERR "Initer: ", Dumper \@_}
H A DDescriptions.pm17 print STDERR "Purpose of ", &name, " is $_[4]\n";
21 print STDERR &name, " measured in $_[4]\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Duse.t13 print STDERR $@,"\n";
20 print STDERR $@,"\n";
27 print STDERR $@,"\n";
35 print STDERR $@,"\n";
59 print STDERR $@,"\n";
66 print STDERR $@,"\n";
80 print STDERR $@,"\n";
90 print STDERR $@,"\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dbinmode.t15 ok( binmode(STDERR), 'STDERR made binary' );
17 ok( binmode(STDERR, ":unix"), ' with unix discipline' );
21 ok( binmode(STDERR, ":raw"), ' raw' );
22 ok( binmode(STDERR, ":crlf"), ' and crlf' );
H A Ddup.t16 open(DUPERR,">&STDERR");
19 open(STDERR,">&STDOUT") || die "Can't open stderr";
21 select(STDERR); $| = 1;
25 print STDERR "ok 3\n";
53 close(STDERR) or die "Could not close: $!";
56 open(STDERR,">&DUPERR") or die "Could not open: $!";
107 ok(open(F, ">&=STDERR"));
108 is(fileno(F), fileno(STDERR));
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dhotuser133 print STDERR "USAGE: hotuser [-hl] { -c command | -p PID }\n";
134 print STDERR " eg,\n";
135 print STDERR " hotuser -p 81 # sample user funcs for PID 81\n";
136 print STDERR " hotuser -lp 81 # sample user libs for PID 81\n";
137 print STDERR " hotuser -p `pgrep -n Xorg` # sample Xorg\n";
H A Dhotkernel120 print STDERR "USAGE: hotkernel [-hm]\n";
121 print STDERR " eg,\n";
122 print STDERR " hotkernel # sample kernel functions\n";
123 print STDERR " hotkernel -m # sample kernel modules\n";
H A Derrinfo124 print STDERR "Tracing... Hit Ctrl-C to end.\n";
170 print STDERR "USAGE: errinfo [-ch] [-p PID] [-n name]\n";
171 print STDERR <<ENDUSAGE;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dhotuser133 print STDERR "USAGE: hotuser [-hl] { -c command | -p PID }\n";
134 print STDERR " eg,\n";
135 print STDERR " hotuser -p 81 # sample user funcs for PID 81\n";
136 print STDERR " hotuser -lp 81 # sample user libs for PID 81\n";
137 print STDERR " hotuser -p `pgrep -n Xorg` # sample Xorg\n";
H A Dhotkernel120 print STDERR "USAGE: hotkernel [-hm]\n";
121 print STDERR " eg,\n";
122 print STDERR " hotkernel # sample kernel functions\n";
123 print STDERR " hotkernel -m # sample kernel modules\n";
H A Derrinfo124 print STDERR "Tracing... Hit Ctrl-C to end.\n";
170 print STDERR "USAGE: errinfo [-ch] [-p PID] [-n name]\n";
171 print STDERR <<ENDUSAGE;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DStorable.pm23 print STDERR "Memoize::Storable::TIEHASH($filename, @_)\n" if $Verbose;
36 print STDERR "Memoize::Storable::STORE(@_)\n" if $Verbose;
43 print STDERR "Memoize::Storable::FETCH(@_)\n" if $Verbose;
50 print STDERR "Memoize::Storable::EXISTS(@_)\n" if $Verbose;
57 print STDERR "Memoize::Storable::DESTROY(@_)\n" if $Verbose;
H A DAnyDBM_File.pm25 print STDERR "AnyDBM_File => Selected $mod.\n" if $Verbose;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Ddie_exit.t48 open(STDERR, ">die_exit.err") or die "Can't open temp error file: $!";
70 close STDERR;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_dup.t24 select(STDERR); $| = 1;
32 $duperr = IO::Handle->new->fdopen( \*STDERR ,"w");
35 $stderr = \*STDERR; bless $stderr, "IO::Handle";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.t50 STDERR->autoflush;
58 print STDERR "hi error\n";
74 print STDERR scalar <STDIN>;
86 print STDERR scalar <STDIN>;
114 $perl, '-e', cmd_line('print STDERR scalar <STDIN>');
122 print STDERR scalar <STDIN>;
132 print STDERR scalar <STDIN>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.t27 END { -f $tmpfile && (open STDERR, '>&SAVERR' and unlink $tmpfile) }
30 open(SAVERR, ">&STDERR");
31 open(STDERR, ">$tmpfile");
68 open(STDERR, ">&SAVERR") ;
H A Dutf8_heavy.pl22 print STDERR "SWASHNEW @_\n" if DEBUG;
205 print STDERR "$1 => $2\n" if DEBUG;
222 print STDERR "CLASS = $class, TYPE => $type, BITS => $bits, NONE => $none\nEXTRAS =>\n$extras\nLIST =>\n$list\n" if DEBUG;
249 print STDERR "SWASHGET @_ [$type/$bits/$none]\n" if DEBUG;
280 print STDERR "$key => $val\n" if DEBUG;
292 print STDERR "$key => $val\n" if DEBUG;
310 print STDERR "$key => 1\n" if DEBUG;
321 print STDERR "INDIRECT $1 $2\n" if DEBUG;
362 print STDERR "CELLS ";
364 print STDERR ve
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dbad_plan.t33 print STDERR "# $@";
37 print STDERR "# $@";
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml.pm72 print STDERR "no external attributes defined for $id/$kidId\n";
79 print STDERR "missing id for internal name of $id\n";
208 print STDERR "no internal attributes defined for $id\n";
269 print STDERR "$uniqueId{$idNo} and $id have the same id ($idNo)\n";
431 print STDERR "missing id for $class <msg>\n";
436 print STDERR "invalid tag in <msg_list> block: $class\n";
524 print STDERR "missing id for $class <note>\n";
529 print STDERR "invalid tag in <note_list> block: $class\n";
640 print STDERR "no auditxml function defined for $class\n";
747 print STDERR "eventStar
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Drunenv.t22 my $STDERR = './results-1';
55 open F, "< $STDERR" or return (0, "Couldn't read $STDERR file");
70 open STDERR, "> $STDERR" or it_didnt_work();
192 1 while unlink $STDERR;

Completed in 63 milliseconds

123456