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

1234567

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DMakefile.PL27 print STDERR "Making header files for XS...\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D00_version.t9 print STDERR "
/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/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";
/opensolaris-onvv-gate/usr/src/tools/codesign/
H A Dsignit.pl119 print STDERR "ERROR Connection to server $Server failed\n";
131 print STDERR "### @_";
151 print STDERR $str;
156 print STDERR $str;
160 printf STDERR "ERROR Protocol failure (%d)\n", length($str);
210 print STDERR "$file: $!\n";
216 print STDERR "Can't send to server: $!\n";
234 print STDERR "Can't read from server: $!\n";
238 print STDERR "$file: $!\n";
/opensolaris-onvv-gate/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";
/opensolaris-onvv-gate/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));
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/tools/ctf/scripts/
H A Dctfcvtptbl.pl95 print STDERR "Couldn't open " . $opts{"o"} . ": $!\n";
116 print STDERR "Couldn't open $::table: $!\n";
131 print STDERR "Usage: $PROGNAME [-o outfile] table\n";
189 print STDERR "No genunix_archive line in table\n";
194 print STDERR "No module information read\n";
204 print STDERR "$msg at line $.\n";
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dgenoffsets.pl50 print STDERR "Usage: $PROGNAME [-k] [-s ctfstabs] [-r ctfconvert] ",
52 print STDERR " NOTE: compiler options must enable stabs or DWARF as ",
67 print STDERR "$PROGNAME: ", join(" ", @_), "\n";
90 print STDERR "+ @argv\n";
137 print STDERR "Splitting from stdin to $CTmp and $GenTmp\n";
/opensolaris-onvv-gate/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";
/opensolaris-onvv-gate/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>;
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dbad_plan.t33 print STDERR "# $@";
37 print STDERR "# $@";
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A DCA.pl67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
162 print STDERR "Unknown arg $_\n";
163 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
/opensolaris-onvv-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl100 printf STDERR
107 printf STDERR
114 printf STDERR
117 printf STDERR gettext("are ignored\n\n");
121 printf STDERR gettext("%s: Option -I can not be used with -L\n"),
158 printf STDERR
161 printf STDERR " lgrp_resources(3LGRP)\n";
213 printf STDERR
216 printf STDERR gettext(", using the default.\n\n");
236 printf STDERR gettex
[all...]
/opensolaris-onvv-gate/usr/src/cmd/devinfo/
H A Ddevinfo.c60 #define STDERR 2 /* Standard error */ macro
240 (void) write(STDERR, myname, (uint_t)strlen(myname));
241 (void) write(STDERR, between, (uint_t)strlen(between));
242 (void) write(STDERR, what, (uint_t)strlen(what));
243 (void) write(STDERR, between, (uint_t)strlen(between));
244 (void) write(STDERR, why, (uint_t)strlen(why));
245 (void) write(STDERR, after, (uint_t)strlen(after));
/opensolaris-onvv-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl136 printf STDERR
145 printf STDERR
152 printf STDERR
158 printf STDERR
177 printf STDERR
195 printf STDERR
232 printf STDERR
250 printf STDERR
271 printf STDERR
606 printf STDERR
[all...]
/opensolaris-onvv-gate/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 183 milliseconds

1234567