Searched refs:stderr (Results 76 - 100 of 428) sorted by relevance

1234567891011>>

/barrelfish-master/tools/usbboot/
H A Dbin2c.c53 fprintf(stderr,"error: %s\n", strerror(errno));
/barrelfish-master/tools/fastmodels/
H A Dconfig.c98 fprintf(stderr, "Missing command line\n");
119 fprintf(stderr, "calloc: %s\n", strerror(errno));
146 fprintf(stderr, "Expected stack size\n");
156 fprintf(stderr, "Stack size field too long\n");
166 fprintf(stderr, "Kernel defined twice\n");
172 fprintf(stderr, "calloc: %s\n", strerror(errno));
188 fprintf(stderr, "calloc, %s\n", strerror(errno));
212 fprintf(stderr,
221 fprintf(stderr, "No kernel image specified\n");
/barrelfish-master/lib/compiler-rt/test/
H A Dmodsi3_test.c25 fprintf(stderr, "error in __modsi3: %d %% %d = %d, expected %d\n",
/barrelfish-master/usr/tests/lua/
H A Dluatest.c65 fprintf(stderr, "%s", lua_tostring(L, -1));
/barrelfish-master/lib/libc/db/test/hash.tests/
H A Dtcreat3.c75 fprintf(stderr, "cannot create: hash table (size %d)\n",
95 fprintf(stderr, "cannot enter: key %s\n",
/barrelfish-master/lib/libc/stdlib/
H A Dgetopt.c98 (void)fprintf(stderr,
129 (void)fprintf(stderr,
/barrelfish-master/lib/libc/tests/gen/
H A Dtest-fnmatch.c82 fprintf(stderr, "usage: %s [-s num]\n", progname);
83 fprintf(stderr, "-s option writes tests for sh(1), num is 1 or 2\n");
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Dosunixmap.c192 fprintf (stderr, "Cannot open %s\n", SYSTEM_MEMORY);
207 fprintf (stderr, "Cannot map %s\n", SYSTEM_MEMORY);
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_openssl.c214 * TEST_ENC_OPENSSL_RC4_OTHERS - print a one line message to stderr each time
216 * TEST_ENG_OPENSSL_RC4_P_INIT - print a one line message to stderr each time
233 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n");
244 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n");
294 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for "
312 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
319 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
326 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n");
360 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for "
376 fprintf(stderr, "(TEST_ENG_OPENSSL_PKE
[all...]
/barrelfish-master/lib/openssl-1.0.0d/demos/cms/
H A Dcms_ddec.c67 fprintf(stderr, "Error Decrypting Data\n");
68 ERR_print_errors_fp(stderr);
H A Dcms_dec.c59 fprintf(stderr, "Error Decrypting Data\n");
60 ERR_print_errors_fp(stderr);
H A Dcms_denc.c75 fprintf(stderr, "Error Encrypting Data\n");
76 ERR_print_errors_fp(stderr);
H A Dcms_enc.c72 fprintf(stderr, "Error Encrypting Data\n");
73 ERR_print_errors_fp(stderr);
H A Dcms_sign.c69 fprintf(stderr, "Error Signing Data\n");
70 ERR_print_errors_fp(stderr);
/barrelfish-master/lib/openssl-1.0.0d/demos/maurice/
H A Dexample4.c37 fprintf(stderr,"%s", usage);
112 fprintf(stderr, "Error: decoding message\n");
/barrelfish-master/lib/openssl-1.0.0d/demos/smime/
H A Dsmdec.c59 fprintf(stderr, "Error Signing Data\n");
60 ERR_print_errors_fp(stderr);
H A Dsmenc.c72 fprintf(stderr, "Error Encrypting Data\n");
73 ERR_print_errors_fp(stderr);
H A Dsmsign.c69 fprintf(stderr, "Error Signing Data\n");
70 ERR_print_errors_fp(stderr);
/barrelfish-master/lib/acpica/source/common/
H A Dadisasm.c323 fprintf (stderr, "Could not generate output filename\n");
331 fprintf (stderr, "Could not open output file %s\n",
417 fprintf (stderr, "Acpi Data Table [%4.4s] decoded\n",
422 fprintf (stderr, "Formatted output: %s - %u bytes\n",
509 fprintf (stderr, "Disassembly completed\n");
512 fprintf (stderr, "ASL Output: %s - %u bytes\n",
518 fprintf (stderr, "%14s %s - %u bytes\n",
554 fprintf (stderr,
/barrelfish-master/lib/libc/db/mpool/
H A Dmpool.c119 (void)fprintf(stderr, "mpool_new: page allocation overflow.\n");
156 (void)fprintf(stderr,
194 (void)fprintf(stderr,
283 (void)fprintf(stderr,
460 (void)fprintf(stderr, "%lu pages in the file\n", mp->npages);
461 (void)fprintf(stderr,
464 (void)fprintf(stderr, "%lu page puts, %lu page gets, %lu page new\n",
466 (void)fprintf(stderr, "%lu page allocs, %lu page flushes\n",
469 (void)fprintf(stderr,
473 (void)fprintf(stderr, "
[all...]
/barrelfish-master/lib/libc/stdio/
H A Dopen_memstream.c68 fprintf(stderr, "MS: %p growing from %zd to %zd\n",
105 fprintf(stderr, "MS: write(%p, %d) = %zd\n", ms, len, tocopy);
136 fprintf(stderr,
146 fprintf(stderr,
159 fprintf(stderr, "MS: seek(%p, %jd, %d) %jd -> %jd\n", ms, (intmax_t)pos,
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Ddec.c90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
120 fprintf(stderr, "No private key file specified\n");
173 fprintf(stderr, "there are no signatures on this data\n");
187 fprintf(stderr,"Signature verified\n");
195 ERR_print_errors_fp(stderr);
/barrelfish-master/lib/openssl-1.0.0d/demos/
H A Dspkigen.c46 fprintf(stderr,"generating RSA key, could take some time...\n");
66 fprintf(stderr,"please enter challenge string:");
67 fflush(stderr);
84 fprintf(stderr,"something bad happened....");
85 ERR_print_errors_fp(stderr);
/barrelfish-master/lib/openssl-1.0.0d/demos/ssl/
H A Dserv.cpp37 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(stderr); exit(2); }
61 ERR_print_errors_fp(stderr);
66 ERR_print_errors_fp(stderr);
70 ERR_print_errors_fp(stderr);
75 fprintf(stderr,"Private key does not match the certificate public key\n");
/barrelfish-master/lib/cxx/unwind/
H A Dconfig.h124 fprintf(stderr, "libunwind: %s %s:%d - %s\n", __func__, __FILE__, \
126 fflush(stderr); \
136 fprintf(stderr, "libunwind: " msg "\n")
138 fprintf(stderr, "libunwind: " msg "\n", __VA_ARGS__)
186 fprintf(stderr, __VA_ARGS__); \

Completed in 498 milliseconds

1234567891011>>