Home
last modified time | relevance | path

Searched refs:STDERR (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-13.1/contrib/libxo/xolint/
H A Dxolint.pl32 print STDERR "xolint [options] files ...\n";
33 print STDERR " -c invoke 'cpp' on input\n";
34 print STDERR " -C flags Pass flags to cpp\n";
35 print STDERR " -d Show debug output\n";
36 print STDERR " -D Extract xolint documentation\n";
37 print STDERR " -I Print xo_info_t data\n";
38 print STDERR " -p Print input data on errors\n";
40 print STDERR " -X Print examples of invalid use\n";
681 print STDERR $replay . "\n" if $opt_print;
688 print STDERR $replay . "\n" if $opt_print;
[all …]
/freebsd-13.1/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh56 dtrace -C -s "${TFILE}" $dflags >$STDOUT 2>$STDERR
62 elif [ -n "${tag}" ] && ! grep -Fq " [${tag}] " ${STDERR}; then
75 tst=$TFILE ksh "$TFILE" /usr/sbin/dtrace >$STDOUT 2>$STDERR
100 readonly STDERR=$(mktemp)
126 if [ $(stat -f '%z' $STDERR) -gt 0 ]; then
130 $(cat $STDERR)
136 rm -f $STDERR $STDOUT
/freebsd-13.1/tools/tools/drm/
H A Dgen-drm_pciids116 … print STDERR "Syntax: $progname <linux_header> <freebsd_header> <pciids_db> [<vendor_define>]\n";
129 print STDERR "Update FreeBSD's PCI IDs:\n";
132 print STDERR "(skip unwanted define: $vendor_define)\n";
135 print STDERR "(skip unsupport define: $vendor_define)\n";
143 print STDERR " $vendor_define: $vendor_id:$device_id already in header\n";
149 print STDERR " $vendor_define: $vendor_id:$device_id is missing ($name)\n";
158 print STDERR "\nWrite FreeBSD header to stdout...\n";
/freebsd-13.1/crypto/openssl/apps/
H A DCA.pl.in79 print STDERR "Invalid CRL reason; must be one of:\n";
80 print STDERR " unspecified, keyCompromise, CACompromise,\n";
81 print STDERR " affiliationChanged, superseded, cessationOfOperation\n";
82 print STDERR " certificateHold, removeFromCRL";
116 …print STDERR "usage: CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signce…
117 print STDERR " CA.pl -pkcs12 [-extra-pkcs12 extra-params] [certname]\n";
118 print STDERR " CA.pl -verify [-extra-verify extra-params] certfile ...\n";
119 print STDERR " CA.pl -revoke [-extra-ca extra-params] certfile [reason]\n";
209 print STDERR "Unknown arg \"$WHAT\"\n";
210 print STDERR "Use -help for help.\n";
H A Dtsget.in122 print STDERR "usage: $0 -h <server_url> [-e <extension>] [-o <output>] ";
123 print STDERR "[-v] [-d] [-k <private_key.pem>] [-p <key_password>] ";
124 print STDERR "[-c <client_cert.pem>] [-C <CA_certs.pem>] [-P <CA_path>] ";
125 print STDERR "[-r <file:file...>] [-g <EGD_socket>] [<request>]...\n";
146 print STDERR "Inconsistent command line options.\n";
162 STDERR->printflush("$input: ") if $options{v};
178 STDERR->printflush("sending request") if $options{v};
184 STDERR->printflush(", reply received") if $options{v};
198 STDERR->printflush(", $output written.\n") if $options{v};
/freebsd-13.1/contrib/sendmail/contrib/
H A Dbounce-resender.pl75 print STDERR "$0: running on $hostname ($uname)\n";
82 print STDERR "$myname: Working... $now\n";
268 print STDERR
271 print STDERR
273 print STDERR
276 print STDERR "$myname: # sendmail -q -oQ$pwd -oT99d &\n";
278 print STDERR "$myname: to test the newly generated queue:\n";
279 print STDERR "$myname: # sendmail -bp -oQ$pwd | more\n";
H A Dre-mqueue.pl210 print STDERR "$0: link($dfile, $queueB/$dfile): $bang\n";
216 print STDERR "$0: link($qfile, $queueB/$qfile): $bang\n";
224 print STDERR "$0: link($xfile, $queueB/$xfile): $bang\n";
237 print STDERR "$0: unlink($qfile): $bang\n";
243 print STDERR "$0: unlink($dfile): $bang\n";
250 print STDERR "$0: unlink($xfile): $bang\n";
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"
H A Dexpn.pl107 select(STDERR);
203 print STDERR "$server: NOT 220 greeting: $_"
213 print STDERR "$server: NOT 220 greeting: $_"
334 print STDERR "\@$server:$u ($oldname) USER UNKNOWN\n";
344 print STDERR "\@$server:$u ($oldname) USER AMBIGUOUS\n";
354 print STDERR "\@$server:$u ($oldname) REFUSED TO VRFY\n";
428 print STDERR "$reason\n";
694 print STDERR "Could not parse $newaddr\n" if $vw;
725 print STDERR "Could not parse $newaddr\n";
1124 print STDERR "\@$host:$addr ($name) Non-existent domain\n";
H A DsocketmapServer.pl60 print STDERR "$@\n";
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dnl.pl19 print STDERR "type = '$type'\n" if $debug;
25 print STDERR "union = '$type'\n" if $debug;
31 print STDERR "\tfield = '$field'\n" if $debug;
40 print STDERR "Unmatched line: $_";
H A Dnl.pl.in19 print STDERR "type = '$type'\n" if $debug;
25 print STDERR "union = '$type'\n" if $debug;
31 print STDERR "\tfield = '$field'\n" if $debug;
40 print STDERR "Unmatched line: $_";
/freebsd-13.1/contrib/unbound/contrib/
H A Dparseunbound.pl18 my $DEBUG = -t STDERR;
27 print STDERR "Cached results:\n" if $DEBUG;
132 print STDERR "$key = " . $sum . "\n" if $DEBUG;
139 print STDERR "Threads: " . (scalar keys %allstats) . "\n";
/freebsd-13.1/secure/caroot/
H A DMAca-bundle.pl171 …printf STDERR "line $.: $cka_label ser #%d: distrust after %s, now: %s -> distrust $distrust\n", $…
215 print STDERR "line $.: no explicit trust/distrust found for $cka_label\n";
276 print STDERR "## Untrusted certificates omitted from this bundle: $untrusted\n";
297 print STDERR "Trusting $certcount: $labels{$it}\n" if $debug;
308 print STDERR "## Number of certificates: $certcount\n";
/freebsd-13.1/tools/tools/mid/
H A Dmid-index48 print STDERR sprintf("\r%7d", $counter);
69 print STDERR sprintf("\r%7d", $counter)
71 print STDERR "\n" if $debug;
/freebsd-13.1/tests/sys/acl/
H A Drun221 print STDERR "[($>,$<)($(,$))]";
315 open ERR_DUP, ">&STDERR"
317 open STDERR, ">&STDOUT"
325 print STDERR $prog->[0], ": $!\n";
/freebsd-13.1/sbin/setkey/
H A Dscriptdump.pl5 print STDERR "must be root to invoke this\n";
14 print STDERR "usage: scriptdump [-d]\n";
/freebsd-13.1/contrib/wpa/hostapd/logwatch/
H A Dhostapd19 print STDERR "\n\nDEBUG: Inside HOSTAPD Filter\n\n";
24 print STDERR "DEBUG($debugcounter): $line";
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl95 print STDERR $msg;
316 exit(125) unless open(STDERR, ">$opt_d/$$.err");
418 exit(125) unless open(STDERR, ">$opt_d/$$.err");
611 exit(125) unless open(STDERR, ">$opt_d/$$.err");
643 exit(125) unless open(STDERR, ">$opt_d/$$.err");
/freebsd-13.1/tools/tools/locale/tools/
H A Dcldr2def.pl444 print STDERR "Cannot open $filename\n";
472 print STDERR "Cannot open $filename\n";
535 print STDERR
670 print STDERR
865 print STDERR
893 print STDERR
/freebsd-13.1/tools/tools/hcomp/
H A Dhcomp.pl82 print(STDERR "usage: hcomp [-b ext] file ...\n");
/freebsd-13.1/contrib/ntp/scripts/monitoring/
H A Dntploopstat52 print STDERR "$0: ";
53 printf STDERR @_;
/freebsd-13.1/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in91 print STDERR <<EOUsage
/freebsd-13.1/tools/tools/mtxstat/
H A Dmtxstat.pl37 print(STDERR "usage: mtxstat [-gr] [-a|c|m|t] [-l limit]\n");
/freebsd-13.1/tools/tools/ansify/
H A Dansify.pl139 print STDERR "usage: ansify [options] [file ...]

12