Lines Matching refs: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");
254 bio_err = dup_bio_err(FORMAT_TEXT);
269 BIO_printf(bio_err,
272 ERR_print_errors(bio_err);
321 BIO_free_all(bio_err);
355 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
371 BIO_printf(bio_err, "Usage: %s\n", prog);
376 BIO_printf(bio_err, "%s:\n\nStandard commands", prog);
382 BIO_printf(bio_err, "\n");
388 BIO_printf(bio_err, "\n");
391 BIO_printf(bio_err,
395 BIO_printf(bio_err,
399 BIO_printf(bio_err, "%-*s", dc.width, fp->name);
401 BIO_printf(bio_err, "\n\n");
444 BIO_printf(bio_err, "Invalid command '%s'; type \"help\" for a list.\n",