Home | History | Annotate | Download | only in apps

Lines Matching defs:bio_err

46 BIO *bio_err = NULL;
51 BIO_printf(bio_err, "The command %s was deprecated in version %s.",
54 BIO_printf(bio_err, "The command %s is deprecated.", fp->name);
56 BIO_printf(bio_err, " Use '%s' instead.", fp->deprecated_alternative);
57 BIO_printf(bio_err, "\n");
117 BIO_printf(bio_err, "ERROR: tracing already started\n");
132 BIO_printf(bio_err, "ERROR: writing when tracing not started\n");
140 BIO_printf(bio_err, "ERROR: finishing when tracing not started\n");
255 bio_err = dup_bio_err(FORMAT_TEXT);
270 BIO_printf(bio_err,
273 ERR_print_errors(bio_err);
323 BIO_free_all(bio_err);
359 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
375 BIO_printf(bio_err, "Usage: %s\n", prog);
380 BIO_printf(bio_err, "%s:\n\nStandard commands", prog);
386 BIO_printf(bio_err, "\n");
392 BIO_printf(bio_err, "\n");
395 BIO_printf(bio_err,
399 BIO_printf(bio_err,
403 BIO_printf(bio_err, "%-*s", dc.width, fp->name);
405 BIO_printf(bio_err, "\n\n");
448 BIO_printf(bio_err, "Invalid command '%s'; type \"help\" for a list.\n",