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

12

/illumos-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";
/illumos-gate/usr/src/cmd/stat/arcstat/
H A Darcstat.pl117 print STDERR "$cmd\n";
118 print STDERR "Field definitions are as follows:\n";
120 print STDERR sprintf("%11s : %s\n", $hdr, $cols{$hdr}[2]);
126 print STDERR "$cmd\n";
127 print STDERR "\t -h : Print this help message\n";
128 print STDERR "\t -v : List all possible field headers " .
130 print STDERR "\t -x : Print extended stats\n";
131 print STDERR "\t -r : Raw output mode (values not scaled)\n";
132 print STDERR "\t -f : Specify specific fields to print (see -v)\n";
133 print STDERR "\
[all...]
/illumos-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";
/illumos-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...]
/illumos-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));
/illumos-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...]
/illumos-gate/usr/src/cmd/projadd/
H A Dprojdel.pl48 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);
H A Dprojadd.pl50 print(STDERR "$prog: @msg\n") if (@msg);
51 printf(STDERR gettext(
68 printf(STDERR $prog . $fmt . "\n", @args);
H A Dprojmod.pl50 print(STDERR "$prog: @msg\n") if (@msg);
51 printf(STDERR gettext(
53 printf(STDERR gettext(
70 printf(STDERR $prog . $fmt . "\n", @args);
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Detrn.pl43 select(STDERR);
139 print STDERR "localhost connect failed ($num_tries)\n";
178 print STDERR "$server: NOT 220 greeting: $ARG"
183 print STDERR "$server: NOT 220 greeting: $ARG"
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml.pm75 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 "even
[all...]
H A DxmlHandlers.pm79 print STDERR "duplicate callback for $objName\n";
94 print STDERR "duplicate callback for $objName\n";
202 print STDERR "Got call to default, guessed what to do: $string\n";
205 print STDERR "Got call to default, didn't know what to do: $string\n";
269 print STDERR "need to write attribute merge logic\n";
H A Dauditxml148 print STDERR "can't open output file ($file): $!\n";
220 print STDERR "expected entry for $eventId but none found\n";
442 print STDERR "missing header selection for $eventId\n";
453 print STDERR "missing id number for $eventId\n" unless $idNo;
467 print STDERR "$eventId is missing the header assignment\n";
635 print STDERR "No external object captured for event $eventId\n";
644 print STDERR "No internal object captured for event $eventId\n";
705 print STDERR "token id $tokenId not implemented\n";
709 print STDERR "token = $tokenId is undefined\n";
746 print STDERR "toke
[all...]
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl134 printf STDERR
138 printf STDERR
162 printf STDERR gettext("usage:\n");
163 printf STDERR
165 printf STDERR
167 print STDERR
169 print STDERR
171 print STDERR
173 print STDERR
175 print STDERR
[all...]
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl49 print STDERR $errString if (@ARGV);
96 print STDERR $error if ($cnt);
100 print STDERR $error if ($cnt);
104 print STDERR $error if ($cnt);
113 printf STDERR "$invalidClass\n", $_;
207 printf STDERR ("$errString\n", $label);
353 printf STDERR ($errString, $label);
446 print STDERR $errString if ($debug);
479 printf STDERR ("$errString\n", $label) if ($debug);
573 printf STDERR (
[all...]
H A Dmkmsg.pl46 print STDERR "usage: $0 domain_name file_name\n";
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl158 printf STDERR gettext("%s: Invalid -T %s argument\n"),
164 printf STDERR gettext("%s: -S and -s flags can not be used together\n"),
170 printf STDERR gettext("%s: -t should specify positive integer\n"),
194 printf STDERR gettext("%s: invalid sort key %s\n"),
216 printf STDERR
230 printf STDERR
252 printf STDERR
259 printf STDERR
310 printf STDERR
340 printf STDERR
[all...]
/illumos-gate/usr/src/tools/depcheck/
H A Dmake_pkg_db82 print STDERR "Unrecognized argument $arg. \n$Usage";
89 print STDERR "Cannot open the directory $PKGDefs\n";
110 print STDERR "Required argument -ifiles missing. \n$Usage";
115 print STDERR "Required argument -dbdir missing. \n$Usage";
171 print STDERR "Could not open file: $IFile\n";
402 print STDERR "Unrecognized entry in $IFile: $l\n";
494 print STDERR "Unrecognized Prototype File entry: $l\n";
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm199 print STDERR qq{
272 print STDERR "found $count audit attribute entries\n" if ($obj->{'debug'});
317 print STDERR "$id is not numeric (line $.)\n";
325 print STDERR qq{
353 print STDERR "found $count audit events\n" if ($obj->{'debug'});
382 print STDERR "found $count audit classes\n" if ($obj->{'debug'});
577 print STDERR
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl114 print STDERR $msg;
335 exit(125) unless open(STDERR, ">$opt_d/$$.err");
437 exit(125) unless open(STDERR, ">$opt_d/$$.err");
635 exit(125) unless open(STDERR, ">$opt_d/$$.err");
667 exit(125) unless open(STDERR, ">$opt_d/$$.err");
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dcmd.c42 #define STDERR 2 macro
125 if (close(STDERR) == -1) {
223 if (close(STDERR) == -1) {
/illumos-gate/usr/src/cmd/print/selector/
H A Dprint-service68 print STDERR @_;
73 print STDERR <<EOF ;
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni286 print STDERR "can't open class file AuditEvent_$root.java: $!\n";
305 print STDERR "no event code for $eventId. Is audit_event current?\n";
642 print STDERR "Generic event with no allowed instances: $eventId\n";
823 print STDERR "No external object captured for event $eventId\n";
827 print STDERR "No internal object captured for event $eventId\n";
888 print STDERR "token id $tokenId not implemented\n";
892 print STDERR "token = $tokenId is undefined\n";
930 print STDERR "token id $tokenId not implemented\n";
934 print STDERR
1035 print STDERR "
[all...]
/illumos-gate/usr/src/uts/i86pc/cpu/scripts/
H A Dao_gendisp.pl45 print STDERR "Usage: $PROGNAME inputfile\n";
50 print STDERR "$PROGNAME: ", join(" ", @_), "\n";
55 print STDERR "$PROGNAME: $::infile: $.: ", join(" ", @_), "\n";
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t147 (print STDERR "# lgrp_parents: $!\n"), $fail++, last;
244 print STDERR "# \@leaves: @leaves, \@leaves1: @leaves\n";
249 print STDERR "# \@cpus: @cpus, \@cpus1: @cpus1\n";

Completed in 155 milliseconds

12