Lines Matching defs:bio_err
44 BIO *bio_err = NULL;
49 BIO_printf(bio_err, "The command %s was deprecated in version %s.",
52 BIO_printf(bio_err, "The command %s is deprecated.", fp->name);
54 BIO_printf(bio_err, " Use '%s' instead.", fp->deprecated_alternative);
55 BIO_printf(bio_err, "\n");
115 BIO_printf(bio_err, "ERROR: tracing already started\n");
130 BIO_printf(bio_err, "ERROR: writing when tracing not started\n");
138 BIO_printf(bio_err, "ERROR: finishing when tracing not started\n");
252 bio_err = dup_bio_err(FORMAT_TEXT);
267 BIO_printf(bio_err,
270 ERR_print_errors(bio_err);
310 BIO_free_all(bio_err);
345 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
361 BIO_printf(bio_err, "Usage: %s\n", prog);
366 BIO_printf(bio_err, "%s:\n\nStandard commands", prog);
372 BIO_printf(bio_err, "\n");
378 BIO_printf(bio_err, "\n");
381 BIO_printf(bio_err,
385 BIO_printf(bio_err,
389 BIO_printf(bio_err, "%-*s", dc.width, fp->name);
391 BIO_printf(bio_err, "\n\n");
434 BIO_printf(bio_err, "Invalid command '%s'; type \"help\" for a list.\n",