BIO_vprintf
BIO_vprintf(bio_err, fmt, args);
ret = BIO_vprintf(bio_err, fmt, ap);
(void)BIO_vprintf(bio, fmt, ap);
(void)BIO_vprintf(out, fmt, ap_copy);
(void)BIO_vprintf(out, fmt, ap);
vret = BIO_vprintf(bio, format, args);
ret = BIO_vprintf(bio, format, args);
return BIO_vprintf(cb->bio, format, args);
BIO_vprintf(out, format, argptr);
int BIO_vprintf(BIO *bio, const char *format, va_list args)
OSSL_CORE_MAKE_FUNC(int, BIO_vprintf, (OSSL_CORE_BIO *bio, const char *format, va_list args))
ret = BIO_vprintf(bio_err, fmt, ap);
r = BIO_vprintf(get_bio_out(), fmt, ap);
r = BIO_vprintf(get_bio_err(), fmt, ap);
r = BIO_vprintf(tap_out, fmt, ap);
r = BIO_vprintf(tap_err, fmt, ap);