Home
last modified time | relevance | path

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

1234

/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm92 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
105 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
122 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
140 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n"
159 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n"
179 …print STDERR "DEBUG[",$opts{debug_type},"]: Added preprocessor conds: '", join("', '", @results), …
182 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
197 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
218 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
233 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
[all …]
H A DTest.pm460 open $save_STDERR, '>&', \*STDERR or die "Can't dup STDERR: $!";
462 open STDERR, ">", devnull();
501 close STDERR;
503 open STDERR, '>&', $save_STDERR or die "Can't restore STDERR: $!";
506 print STDERR "$prefix$display_cmd => $e\n"
509 print STDERR "$prefix$display_cmd => $e\n";
1151 print STDERR "DEBUG: [dir $_] old path: $oldpath\n";
1152 print STDERR "DEBUG: [dir $_] new base: $absdir\n";
1153 print STDERR "DEBUG: [dir $_] resulting new path: $newpath\n";
1167 print STDERR "DEBUG: [env $_] old path: $oldpath\n";
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/Util/
H A DPod.pm107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
129 print STDERR "DEBUG: Paragraph:\n$_\n"
141 print STDERR "DEBUG: Found new pod section $1\n"
143 print STDERR "DEBUG: Clearing pod section text\n"
152 print STDERR
161 print STDERR "DEBUG: accumulating pod section text \"$_\"\n"
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
182 print STDERR
/freebsd/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";
39 print STDERR " -V Print vocabulary (list of tags)\n";
40 print STDERR " -X Print examples of invalid use\n";
680 print STDERR $curfile . ": " .$curln . ": error: " . join(" ", @_) . "\n";
[all …]
/freebsd/crypto/krb5/src/util/
H A Dktemplate.pm4 print STDERR "usage: $0 -oOutputFile PARM=value ...\n";
5 print STDERR " where acceptable PARM values are:\n";
6 print STDERR "\t", join(' ', @parms), "\n";
27 print STDERR "$0: $arg : #words = $#words\n";
31 print STDERR "$0: Unknown parameter $words[0]\n";
57 print STDERR "$0: No output file specified.\n";
H A Dgen.pl18 print STDERR "usage: $0 TemplateName [-oOutputFile] PARM=value ...\n";
19 print STDERR " where acceptable PARM values depend on the template\n";
39 print STDERR "$0: $arg : #words = $#words\n";
/freebsd/crypto/openssl/util/
H A Dmkerr.pl35 print STDERR "\n---\n$text\n" if $debug;
40 print STDERR <<"EOF";
238 print STDERR "Reason codes for ${lib}:\n";
241 print STDERR " ", join(' ', @rassigned), "\n";
243 print STDERR " --none--\n";
266 print STDERR "$file:\n" if $debug;
278 print STDERR " New reason $1\n" if $debug;
282 print STDERR " Reason $1 = $rcodes{$1}\n" if $debug;
287 print STDERR "\n" if $debug;
296 print STDERR "$lib: $rnew{$lib} new reasons\n" if $rnew{$lib};
[all …]
H A Dmkinstallvars.pl38 print STDERR "DEBUG: all keys: ", join(", ", sort keys %all), "\n";
55 print STDERR "DEBUG: LIBDIR = $values{LIBDIR}->[0], libdir = $values{libdir}->[0] => ";
57 print STDERR "LIBDIR = $values{LIBDIR}->[0]\n";
72 print STDERR "DEBUG: $k = $v->[0] => ";
75 print STDERR "$k = $v->[0]\n";
91 print STDERR "DEBUG: $k = ",
105 print STDERR join(", ",
H A Dmknum.pl58 print STDERR $f," ","-" x (69 - length($f)),"\n" if $verbose;
66 printf STDERR "%s> %s%s : %s\n",
128 print STDERR
132 print STDERR "${ordinals_file}: Added $stats{new} new symbols\n";
134 print STDERR "${ordinals_file}: No new symbols added\n";
137 print STDERR "${ordinals_file}: Dropped $dropped new symbols\n";
144 print STDERR "${ordinals_file}: $unassigned $symbol $is without ordinal number\n";
H A Dfix-deprecation73 print STDERR "DEBUG: captured:\n$capture"
80 print STDERR "DEBUG: cpp spaces set to ", length($cppspaces), "\n"
88 print STDERR "DEBUG: changed to:\n$deprecation\n"
106 print STDERR "DEBUG: cpp spaces set to ", length($cppspaces), "\n"
/freebsd/tools/tools/drm/
H A Dgen-drm_pciids115 … print STDERR "Syntax: $progname <linux_header> <freebsd_header> <pciids_db> [<vendor_define>]\n";
128 print STDERR "Update FreeBSD's PCI IDs:\n";
131 print STDERR "(skip unwanted define: $vendor_define)\n";
134 print STDERR "(skip unsupport define: $vendor_define)\n";
142 print STDERR " $vendor_define: $vendor_id:$device_id already in header\n";
148 print STDERR " $vendor_define: $vendor_id:$device_id is missing ($name)\n";
157 print STDERR "\nWrite FreeBSD header to stdout...\n";
/freebsd/crypto/openssl/tools/
H A Dc_rehash42 print STDERR "Usage error; try -h.\n";
77 print STDERR "c_rehash: rehashing skipped ('openssl' program not available)\n";
131 print STDERR "WARNING: Cannot chdir to '$dir', $!\n";
135 opendir(DIR, ".") || print STDERR "WARNING: Cannot opendir '.', $!\n";
151 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
188 print STDERR "Cannot compute hash on '$fname'\n";
193 print STDERR "Cannot compute hash on '$fname'\n";
239 print STDERR "WARNING: Skipping duplicate $what $fname\n";
H A Dc_rehash.in41 print STDERR "Usage error; try -h.\n";
76 print STDERR "c_rehash: rehashing skipped ('openssl' program not available)\n";
130 print STDERR "WARNING: Cannot chdir to '$dir', $!\n";
134 opendir(DIR, ".") || print STDERR "WARNING: Cannot opendir '.', $!\n";
150 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
187 print STDERR "Cannot compute hash on '$fname'\n";
192 print STDERR "Cannot compute hash on '$fname'\n";
238 print STDERR "WARNING: Skipping duplicate $what $fname\n";
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh54 dtrace -C -s "${TFILE}" $dflags >$STDOUT 2>$STDERR
60 elif [ -n "${tag}" ] && ! grep -Fq " [${tag}] " ${STDERR}; then
73 tst=$TFILE ksh -p "$TFILE" /usr/sbin/dtrace >$STDOUT 2>$STDERR
98 readonly STDERR=$(mktemp)
128 if [ $(stat -f '%z' $STDERR) -gt 0 ]; then
132 $(cat $STDERR)
138 rm -f $STDERR $STDOUT
/freebsd/crypto/openssl/apps/
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};
H A DCA.pl237 print STDERR "Invalid CRL reason; must be one of:\n";
238 print STDERR " unspecified, keyCompromise, CACompromise,\n";
239 print STDERR " affiliationChanged, superseded, cessationOfOperation\n";
240 print STDERR " certificateHold, removeFromCRL";
274 print STDERR <<EOF;
378 print STDERR "Unknown arg \"$WHAT\"\n";
379 print STDERR "Use -help for help.\n";
/freebsd/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"
/freebsd/crypto/openssl/test/recipes/
H A D82-test_tfo_cli.t54 print STDERR "Port: $port\n";
55 print STDERR "Invalid port\n" if ! ok($port);
76 print STDERR "Client TFO check failed\n" if ! ok($client_good);
77 print STDERR "Server TFO check failed\n" if ! ok($server_good);
78 print STDERR "Connection failed\n" if ! ok($connect_good);
/freebsd/contrib/ntp/ntpdc/
H A Dnl.pl20 print STDERR "type = '$type'\n" if $debug;
26 print STDERR "union = '$type'\n" if $debug;
32 print STDERR "\tfield = '$field'\n" if $debug;
41 print STDERR "Unmatched line: $_";
H A Dnl.pl.in20 print STDERR "type = '$type'\n" if $debug;
26 print STDERR "union = '$type'\n" if $debug;
32 print STDERR "\tfield = '$field'\n" if $debug;
41 print STDERR "Unmatched line: $_";
/freebsd/secure/caroot/
H A Dca-extract.pl182 print STDERR "line $.: no explicit trust/distrust found for $cka_label\n";
229 print(STDERR "## Expired: $labels{$it}\n");
233 print(STDERR "## Untrusted: $labels{$it}\n");
237 print(STDERR "## Trusted: $labels{$it}\n");
252 printf STDERR "## Trusted certificates: %4d\n", $trusted;
253 printf STDERR "## Untrusted certificates: %4d\n", $untrusted;
/freebsd/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/contrib/jemalloc/bin/
H A Djeprof.in295 print STDERR "$msg\n\n";
296 print STDERR usage_string();
297 print STDERR "\nFATAL ERROR: $msg\n"; # just as a reminder
776 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
789 print STDERR "Loading web page file:///$fname\n";
812 print STDERR "Could not load web browser.\n";
818 print STDERR "Starting '@KCACHEGRIND " . $fname . $bg . "'\n";
829 print STDERR "Welcome to jeprof! For help, type 'help'.\n";
844 print STDERR "(jeprof) ";
868 print STDERR "\n";
[all …]

1234