Lines Matching refs:bio_err
18 static BIO *bio_err = NULL; variable
67 ret = BIO_vprintf(bio_err, fmt, ap); in opt_printf_stderr()
135 BIO_free_all(bio_err); in cleanup()
149 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
152 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err); in setup()
157 OPENSSL_assert(bio_err != NULL); in setup()
166 BIO_printf(bio_err, in setup()
172 BIO_printf(bio_err, "%s: must set up at least one filter", in setup()
177 BIO_printf(bio_err, "%s: failed setting up filter chain", in setup()
184 BIO_printf(bio_err, "%s: -i given before -n", progname); in setup()
193 BIO_printf(bio_err, in setup()
204 BIO_printf(bio_err, in setup()
210 BIO_printf(bio_err, "%s: index (%zu) not within range 0..%zu", in setup()
215 BIO_printf(bio_err, "%s: failed setting indentation: %s", in setup()
222 BIO_printf(bio_err, "%s: -p given before -n", progname); in setup()
231 BIO_printf(bio_err, in setup()
241 BIO_printf(bio_err, "%s: index (%zu) not within range 0..%zu", in setup()
246 BIO_printf(bio_err, "%s: failed setting prefix: %s", in setup()