Searched refs:stderr (Results 101 - 125 of 428) sorted by relevance

1234567891011>>

/barrelfish-master/lib/openssl-1.0.0d/crypto/bf/
H A Dbf_opts.c202 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
204 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
219 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
223 fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
248 fprintf(stderr,"To get the most accurate results, try to run this\n");
249 fprintf(stderr,"program when this computer is idle.\n");
255 fprintf(stderr,"First we calculate the approximate speed ...\n");
/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A Dcastopts.c212 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
214 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
229 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
233 fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
258 fprintf(stderr,"To get the most accurate results, try to run this\n");
259 fprintf(stderr,"program when this computer is idle.\n");
265 fprintf(stderr,"First we calculate the approximate speed ...\n");
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_table.c252 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, nothing "
260 * operations. But don't worry about a fprintf(stderr). */
268 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, using "
284 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, no "
305 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, "
310 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, using "
322 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, caching "
325 fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, caching "
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dp5_crpt2.c131 fprintf(stderr, "Password:\n");
133 fprintf(stderr, "Salt:\n");
135 fprintf(stderr, "Iteration count %d\n", iter);
136 fprintf(stderr, "Key:\n");
156 fprintf(stderr, "Out %02X %02X %02X %02X\n",
295 for (; len --; p++) fprintf(stderr, "%02X ", *p);
296 fprintf(stderr, "\n");
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dp12_key.c127 fprintf(stderr, "KEYGEN DEBUG\n");
128 fprintf(stderr, "ID %d, ITER %d\n", id, iter);
129 fprintf(stderr, "Password (length %d):\n", passlen);
131 fprintf(stderr, "Salt (length %d):\n", saltlen);
167 fprintf(stderr, "Output KEY (length %d)\n", tmpn);
214 for (; len --; p++) fprintf(stderr, "%02X", *p);
215 fprintf(stderr, "\n");
/barrelfish-master/lib/acpica/source/common/
H A Ddmtables.c405 fprintf (stderr, "Could not obtain DSDT\n");
417 fprintf (stderr, "Could not store DSDT\n");
461 fprintf (stderr, "Pass 1 parse of [%4.4s]\n", (char *) Table->Signature);
526 fprintf (stderr, "Pass 2 parse of [%4.4s]\n", (char *) Table->Signature);
545 fprintf (stderr,
549 fprintf (stderr, "\n");
555 fprintf (stderr, "Parsing completed\n");
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_sign.c24 fprintf(stderr,"signature %s Length=%d",message,len);
27 if (i% 16 ==0) fputc('\n',stderr);
28 fprintf (stderr," %02x",buffer[i]);
30 fprintf(stderr,"\nEnd of signature\n");
35 fprintf(stderr,"%s\nR=",message);
36 BN_print_fp(stderr,sig->r);
37 fprintf(stderr,"\nS=");
38 BN_print_fp(stderr,sig->s);
39 fprintf(stderr,"\n");
/barrelfish-master/usr/tests/msun/
H A Dfmaxmin_test.c53 fprintf(stderr, #func "(%.20Lg, %.20Lg) raised 0x%x\n", \
58 fprintf(stderr, #func "(%.20Lg, %.20Lg) = %.20Lg, " \
105 fprintf(stderr, "FAILURE in rounding mode %d\n",
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Ddes.c205 fputs("must have a key with the -k option\n",stderr);
219 fprintf(stderr,"'%c' unknown flag\n",p[-1]);
253 fprintf(stderr,"des(1) built with %s\n",libdes_version);
261 if (vflag) fprintf(stderr,"des(1) built with %s\n",libdes_version);
274 fputs("input and output file are the same\n",stderr);
281 fputs("password error\n",stderr);
297 CKSUM_OUT=stderr;
335 " stderr if data being output on stdout). The checksum is",
353 fputs(*u,stderr);
354 fputc('\n',stderr);
[all...]
/barrelfish-master/lib/tzcode/zic/
H A Dzdump.c19 #include <stdio.h> /* for stdout, stderr */
184 (void) fprintf(stderr, "\n%s: ", progname);
185 (void) fprintf(stderr, tformat(), *tp);
186 (void) fprintf(stderr, " ->");
187 (void) fprintf(stderr, " year=%d", tmp->tm_year);
188 (void) fprintf(stderr, " mon=%d", tmp->tm_mon);
189 (void) fprintf(stderr, " mday=%d", tmp->tm_mday);
190 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
191 (void) fprintf(stderr, " min=%d", tmp->tm_min);
192 (void) fprintf(stderr, " se
[all...]
/barrelfish-master/lib/libc/stdlib/
H A Dinsque.c37 fprintf(stderr, "insque: Inconsistency detected:"
/barrelfish-master/lib/linenoise/
H A Dexample.c29 fprintf(stderr, "Usage: %s [--multiline] [--keycodes]\n", prgname);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbio_lcl.h7 #define UP_stderr stderr
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A Dtest.c78 ERR_print_errors_fp(stderr);
/barrelfish-master/lib/openssl-1.0.0d/demos/eay/
H A Dloadrsa.c49 ERR_print_errors_fp(stderr);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dt1_reneg.c134 fprintf(stderr, "%s RI extension sent by client\n",
186 fprintf(stderr, "%s RI extension received by server\n",
219 fprintf(stderr, "%s RI extension sent by server\n",
286 fprintf(stderr, "%s RI extension received by client\n",
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dmethtest.c102 ERR_print_errors_fp(stderr);
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbfileio.c244 fprintf (stderr,
/barrelfish-master/tools/fastmodels/
H A Dbuild_multiboot.c18 fprintf(stderr, "elf_getshdrnum: %s\n",
82 fprintf(stderr, "elf_getshdrstrndx: %s\n",
98 fprintf(stderr, "elf_getscn: %s\n",
105 fprintf(stderr, "elf64_getshdr: %s\n",
/barrelfish-master/lib/openssl-1.0.0d/demos/cms/
H A Dcms_sign2.c77 fprintf(stderr, "Error Signing Data\n");
78 ERR_print_errors_fp(stderr);
/barrelfish-master/lib/openssl-1.0.0d/demos/smime/
H A Dsmsign2.c77 fprintf(stderr, "Error Signing Data\n");
78 ERR_print_errors_fp(stderr);
/barrelfish-master/usr/device_managers/net_gen_dev/
H A DNGD_mng.c79 fprintf(stderr,
81 fprintf(stderr, "Hint: try \"%s cardname=e1000\"\n", argv[0]);
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_demangle.cpp79 void printStr(const char *S) { fprintf(stderr, "%s", S); }
81 fprintf(stderr, "\"%.*s\"", (int)SV.size(), SV.begin());
117 fprintf(stderr, "%llu", (unsigned long long)N);
122 fprintf(stderr, "%lld", (long long)N);
213 fprintf(stderr, "%s(", itanium_demangle::NodeKind<NodeT>::name());
215 fprintf(stderr, ")");
221 fprintf(stderr, "ForwardTemplateReference(");
229 fprintf(stderr, ")");
/barrelfish-master/usr/fbdemo/
H A Dmain.c70 fprintf(stderr, "Usage: %s <xres> <yres> <bpp>\n",
84 fprintf(stderr, "Error: failed to set video mode %dx%d %dbpp\n",
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dnsrv_int.h87 (void) fprintf(stderr, \
89 (void) fprintf(stderr, " file \"%s\"", __FILE__); \
90 (void) fprintf(stderr, " line %d\n", __LINE__); \
97 (void) fprintf(stderr, \
99 (void) fprintf(stderr, " file \"%s\"", __FILE__); \
100 (void) fprintf(stderr, " line %d\n", __LINE__); \

Completed in 302 milliseconds

1234567891011>>