HomeSort by relevance Sort by last modified time
    Searched refs:STDERR (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
Makefile.PL 27 print STDERR "Making header files for XS...\n";
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
00_version.t 9 print STDERR "
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
openhan.t 24 my $fh = \*STDERR;
28 print "not " unless fileno(openhandle(*STDERR)) == fileno(STDERR);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
demo_phases.pl 7 { print STDERR "Beginner: ", Dumper \@_}
10 { print STDERR "Checker: ", Dumper \@_}
13 { print STDERR "Initer: ", Dumper \@_}
Descriptions.pm 17 print STDERR "Purpose of ", &name, " is $_[4]\n";
21 print STDERR &name, " measured in $_[4]\n";
Demo.pm 11 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},
demo.pl 16 sub Demo :ATTR(SCALAR) { print STDERR "tada\n" }
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/
use.t 13 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";
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
binmode.t 15 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' );
dup.t 16 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));
  /onnv/onnv-gate/usr/src/tools/codesign/
signit.pl 119 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";
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
Storable.pm 23 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;
AnyDBM_File.pm 25 print STDERR "AnyDBM_File => Selected $mod.\n" if $Verbose;
  /onnv/onnv-gate/usr/src/tools/ctf/scripts/
ctfcvtptbl.pl 95 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";
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
die_exit.t 48 open(STDERR, ">die_exit.err") or die "Can't open temp error file: $!";
70 close STDERR;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
io_dup.t 24 select(STDERR); $| = 1;
32 $duperr = IO::Handle->new->fdopen( \*STDERR ,"w");
35 $stderr = \*STDERR; bless $stderr, "IO::Handle";
38 $stderr->fdopen($stdout,"w");
41 print $stderr "ok 3\n";
53 $stderr->close;
57 $stderr->fdopen($duperr,"w");
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
Open3.t 50 STDERR->autoflush;
58 print STDERR "hi error\n";
74 print STDERR scalar <STDIN>;
86 print STDERR scalar <STDIN>;
110 # dup error: This particular case, duping stderr onto the existing
114 $perl, '-e', cmd_line('print STDERR scalar <STDIN>');
122 print STDERR scalar <STDIN>;
132 print STDERR scalar <STDIN>;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Shell.t 27 END { -f $tmpfile && (open STDERR, '>&SAVERR' and unlink $tmpfile) }
30 open(SAVERR, ">&STDERR");
31 open(STDERR, ">$tmpfile");
68 open(STDERR, ">&SAVERR") ;
utf8_heavy.pl 22 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 vec($swatch, $key, $bits), " "
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
bad_plan.t 33 print STDERR "# $@";
37 print STDERR "# $@";
  /onnv/onnv-gate/usr/src/tools/scripts/
genoffsets.pl 50 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";
  /onnv/onnv-gate/usr/src/cmd/devinfo/
devinfo.c 60 #define STDERR 2 /* Standard error */
102 (void) fprintf(stderr, "devinfo: %s: %s\n",
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));
252 (void) fprintf(stderr, "Usage: devinfo -p device\n"
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/
runenv.t 22 my $STDERR = './results-1';
31 # First element is true if Perl's stdout and stderr match the
32 # supplied $stdout and $stderr argument strings exactly.
36 my ($env, $args, $stdout, $stderr) = @_;
41 $stderr = '' unless defined $stderr;
55 open F, "< $STDERR" or return (0, "Couldn't read $STDERR file");
60 } elsif ($actual_stderr ne $stderr) {
61 return (0, "Stderr mismatch: expected [$stderr], saw [$actual_stderr]")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/projadd/
projdel.pl 48 print(STDERR "$prog: @msg\n") if (@msg);
49 printf(STDERR gettext("Usage: %s [-f filename] project\n"), $prog);
62 printf(STDERR $prog . $fmt . "\n", @args);
  /onnv/onnv-gate/usr/src/lib/libbsm/
auditxml.pm 75 print STDERR "no external attributes defined for $id/$kidId\n";
81 print STDERR "missing id for internal name of $id\n";
209 print STDERR "no internal attributes defined for $id\n";
268 print STDERR "$uniqueId{$idNo} and $id have the same id ($idNo)\n";
424 print STDERR "missing id for $class <msg>\n";
428 print STDERR "invalid tag in <msg_list> block: $class\n";
580 print STDERR "no auditxml function defined for $class\n";
686 print STDERR "eventStart can't get a valid id\n";
699 print STDERR "duplicate event id: $id\n";
708 print STDERR "event element is missing required id attribute\n"
    [all...]

Completed in 560 milliseconds

1 2 3 4 5 6