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

/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dsrc-dep.pl80 print STDERR "$file\n";
96 print STDERR "duplicate definition of $a[7],\n$file{$a[7]} and $file \n";
120 print STDERR "$file\n";
130 print STDERR "$file needs $a[7]\n" if $debug;
136 print STDERR "duplicate definition of $a[7],\n$file{$a[7]} and $file \n";
141 print STDERR "$file has $a[7]\n" if $debug;
H A Dmkdef.pl245 print STDERR "usage: $0 ( ssl | crypto ) [ 16 | 32 | NT | OS2 ]\n";
406 print STDERR "DEBUG: starting on $file:\n" if $debug;
432 print STDERR "DEBUG: make_variant: Entered with ",$s,", ",$a,", ",(defined($p)?$p:""),", ",(defined($k)?$k:""),"\n" if $debug;
451 print STDERR "DEBUG: make_variant: a1 = $a1; a2 = $a2\n" if $debug;
470 print STDERR "DEBUG: make_variant: Exit with variant of ",$s," = ",$variant{$s},"\n" if $debug;
473 print STDERR "DEBUG: parsing ----------\n" if $debug;
509 print STDERR "DEBUG: \$def=\"$def\"\n" if $debug && $def ne "";
510 print STDERR "DEBUG: \$_=\"$_\"\n" if $debug;
515 print STDERR "DEBUG: $file: found tag $1 = -1\n" if $debug;
523 print STDERR "DEBU
[all...]
H A Dmkerr.pl48 print STDERR <<"EOF";
160 print STDERR "Scanning header file $hdr\n" if $debug;
166 print STDERR "line: $linenr\r" if $debug;
207 print STDERR " \r" if $debug;
213 print STDERR "def: $defnr\r" if $debug;
240 print STDERR "Header $hdr: cannot parse: $_;\n";
244 print STDERR " \r" if $debug;
258 print STDERR "Invalid error code $name\n";
264 print STDERR "!! ERROR: $lib reason code $code assigned twice (collision at $name)\n";
274 print STDERR "!! ERRO
[all...]
H A Dck_errf.pl61 print STDERR "FATAL: error discrepancy\n";
H A Dmk1mf.pl91 print STDERR "unknown option - $_\n";
92 print STDERR "usage: perl mk1mf.pl [options] [system]\n";
93 print STDERR "\nwhere [system] can be one of the following\n";
95 { printf STDERR "\t%-10s\t%s\n",$i,$ops{$i}; }
96 print STDERR <<"EOF";
136 print STDERR "unknown option - $_\n" if !&read_options;
172 print STDERR "Imported platform $mf_platform\n";
H A Dadd_cr.pl20 print STDERR "doing $file\n";
/barrelfish-master/lib/openssl-1.0.0d/ms/
H A Dcmp.pl32 printf STDERR "$ARGV[0] and $ARGV[1] are different\n";
45 printf STDERR "diff at char $tot of $nm\n";
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A DCA.pl67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
166 print STDERR "Unknown arg $_\n";
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
H A Dtsget117 print STDERR "usage: $0 -h <server_url> [-e <extension>] [-o <output>] ";
118 print STDERR "[-v] [-d] [-k <private_key.pem>] [-p <key_password>] ";
119 print STDERR "[-c <client_cert.pem>] [-C <CA_certs.pem>] [-P <CA_path>] ";
120 print STDERR "[-r <file:file...>] [-g <EGD_socket>] [<request>]...\n";
141 print STDERR "Inconsistent command line options.\n";
157 STDERR->printflush("$input: ") if $options{v};
173 STDERR->printflush("sending request") if $options{v};
179 STDERR->printflush(", reply received") if $options{v};
193 STDERR->printflush(", $output written.\n") if $options{v};
H A DCA.pl.bak67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
166 print STDERR "Unknown arg $_\n";
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
H A DCA.pl.in67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
166 print STDERR "Unknown arg $_\n";
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dcms-test.pl424 print STDERR "Can't Open file $f1\n";
429 print STDERR "Can't Open file $f2\n";
H A Dcms-examples.pl376 print STDERR "Can't Open file $f1\n";
381 print STDERR "Can't Open file $f2\n";
/barrelfish-master/lib/openssl-1.0.0d/tools/
H A Dc_rehash40 print STDERR "c_rehash: rehashing skipped ('openssl' program not available)\n";
82 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
130 print STDERR "WARNING: Skipping duplicate certificate $fname\n";
165 print STDERR "WARNING: Skipping duplicate CRL $fname\n";
H A Dc_rehash.bak40 print STDERR "c_rehash: rehashing skipped ('openssl' program not available)\n";
82 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
130 print STDERR "WARNING: Skipping duplicate certificate $fname\n";
165 print STDERR "WARNING: Skipping duplicate CRL $fname\n";
H A Dc_rehash.in40 print STDERR "c_rehash: rehashing skipped ('openssl' program not available)\n";
82 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
130 print STDERR "WARNING: Skipping duplicate certificate $fname\n";
165 print STDERR "WARNING: Skipping duplicate CRL $fname\n";
/barrelfish-master/lib/rcce/
H A DRCCE_debug.c102 fprintf(STDERR,"Error on UE %d: %s\n", RCCE_IAM, error_string); fflush(NULL);
/barrelfish-master/include/rcce/
H A DRCCE.h30 #define STDERR stdout macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86asm.pl188 { print STDERR <<"EOF";
/barrelfish-master/lib/openssl-1.0.0d/crypto/objects/
H A Dobjects.pl107 print STDERR "Added OID $Cname\n";

Completed in 164 milliseconds