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