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