| /freebsd-14.2/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Test.pm | 461 open STDERR, ">", devnull(); 500 close STDERR; 505 print STDERR "$prefix$display_cmd => $e\n" 508 print STDERR "$prefix$display_cmd => $e\n"; 1126 print STDERR "DEBUG: [dir $_] new base: $absdir\n"; 1142 print STDERR "DEBUG: [env $_] new base: $absdir\n"; 1164 print STDERR " Moving from $abscurdir\n"; 1165 print STDERR " Moving to $absdir\n"; 1166 print STDERR "\n"; 1176 print STDERR "\n"; [all …]
|
| H A D | ParseC.pm | 140 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n" 159 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n" 1015 print STDERR "DEBUG: Found end of comment, followed by '$_'\n" 1065 print STDERR "DEBUG: found $paren_singular start '$body'\n" 1068 print STDERR "DEBUG: pushing $paren_singular end '$body'\n" 1077 print STDERR "DEBUG: found end of 'extern \"C\"'\n" 1081 print STDERR "DEBUG: Trying to match '$&' against '" 1103 print STDERR "DEBUG: found start of C style comment\n" 1108 print STDERR "DEBUG: found C++ style comment\n" 1169 print STDERR "DEBUG[",$opts{debug_type},"]: Trying to handle '$line'\n"; [all …]
|
| /freebsd-14.2/crypto/openssl/util/perl/OpenSSL/Util/ |
| H A D | Pod.pm | 107 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-14.2/contrib/libxo/xolint/ |
| H A D | xolint.pl | 32 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-14.2/crypto/openssl/util/ |
| H A D | mkerr.pl | 35 print STDERR "\n---\n$text\n" if $debug; 40 print STDERR <<"EOF"; 237 print STDERR "Reason codes for ${lib}:\n"; 240 print STDERR " ", join(' ', @rassigned), "\n"; 242 print STDERR " --none--\n"; 265 print STDERR "$file:\n" if $debug; 277 print STDERR " New reason $1\n" if $debug; 281 print STDERR " Reason $1 = $rcodes{$1}\n" if $debug; 286 print STDERR "\n" if $debug; 483 print STDERR "New Reason code $i\n" if $debug; [all …]
|
| H A D | mknum.pl | 58 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 D | fix-deprecation | 73 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"
|
| H A D | find-doc-nits | 187 print STDERR "DEBUG[files]: tags: $tags_as_key\n" if $debug; 194 print STDERR "DEBUG[files]: collecting public manuals\n" 212 print STDERR "DEBUG[files]: collecting internal manuals\n" 227 print STDERR "DEBUG[files]: collecting public headers\n" 264 print STDERR "DEBUG[files]: result:\n"; 265 print STDERR "DEBUG[files]: $_\n" foreach @result; 342 print STDERR "DEBUG[name_synopsis] \$line = '$line'\n" if $debug; 406 print STDERR "DEBUG[name_synopsis] \$sym = '$sym'\n" if $debug; 556 print STDERR "$id:DEBUG[option_check] SYNOPSIS: found $found\n" 571 print STDERR "$id:DEBUG[option_check] OPTIONS: found $&\n" [all …]
|
| H A D | add-depends.pl | 103 print STDERR "DEBUG[$producer]: ignoring $objfile <- $line\n" 197 print STDERR "DEBUG[$producer]: ignoring $objfile <- $line\n" 252 print STDERR "DEBUG[$producer]: ignoring $objfile <- $tail\n" 301 print STDERR "DEBUG[$producer]: ignoring $objfile <- $tail\n"
|
| /freebsd-14.2/tools/tools/drm/ |
| H A D | gen-drm_pciids | 115 … 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-14.2/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | dtest.sh | 54 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-14.2/crypto/openssl/tools/ |
| H A D | c_rehash.in | 41 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"; 237 print STDERR "WARNING: Skipping duplicate $what $fname\n";
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | tsget.in | 122 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 D | CA.pl.in | 85 print STDERR "Invalid CRL reason; must be one of:\n"; 86 print STDERR " unspecified, keyCompromise, CACompromise,\n"; 87 print STDERR " affiliationChanged, superseded, cessationOfOperation\n"; 88 print STDERR " certificateHold, removeFromCRL"; 122 print STDERR <<EOF; 231 print STDERR "Unknown arg \"$WHAT\"\n"; 232 print STDERR "Use -help for help.\n";
|
| /freebsd-14.2/contrib/sendmail/contrib/ |
| H A D | bounce-resender.pl | 75 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 D | re-mqueue.pl | 210 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 D | etrn.pl | 43 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-14.2/contrib/ntp/ntpdc/ |
| H A D | nl.pl | 20 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 D | nl.pl.in | 20 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-14.2/contrib/unbound/contrib/ |
| H A D | parseunbound.pl | 18 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-14.2/secure/caroot/ |
| H A D | MAca-bundle.pl | 168 …printf STDERR "line $.: $cka_label ser #%d: distrust after %s, now: %s -> distrust $distrust\n", $… 212 print STDERR "line $.: no explicit trust/distrust found for $cka_label\n"; 273 print STDERR "## Untrusted certificates omitted from this bundle: $untrusted\n"; 294 print STDERR "Trusting $certcount: $labels{$it}\n" if $debug; 305 print STDERR "## Number of certificates: $certcount\n";
|
| /freebsd-14.2/crypto/openssl/test/recipes/ |
| H A D | 01-test_symbol_presence.t | 48 *OSTDERR = *STDERR; 50 open STDERR, ">", devnull(); 53 close STDERR; 55 *STDERR = *OSTDERR;
|
| H A D | 02-test_ordinals.t | 33 print STDERR "Invalid line:\n$line\n"; 50 print STDERR "Invalid ordinal detected: ".$tokens[1]."\n";
|
| /freebsd-14.2/tests/sys/acl/ |
| H A D | run | 220 print STDERR "[($>,$<)($(,$))]"; 314 open ERR_DUP, ">&STDERR" 316 open STDERR, ">&STDOUT" 324 print STDERR $prog->[0], ": $!\n";
|
| /freebsd-14.2/sbin/setkey/ |
| H A D | scriptdump.pl | 4 print STDERR "must be root to invoke this\n"; 13 print STDERR "usage: scriptdump [-d]\n";
|