Home
last modified time | relevance | path

Searched refs:BIO_vsnprintf (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_printf.pod5 BIO_printf, BIO_vprintf, BIO_snprintf, BIO_vsnprintf
16 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
33 BIO_vsnprintf() is to BIO_snprintf() as BIO_vprintf() is to BIO_printf().
38 For BIO_snprintf() and BIO_vsnprintf() this includes when the output
43 Except when I<n> is 0, both BIO_snprintf() and BIO_vsnprintf() always
/freebsd/crypto/openssl/crypto/err/
H A Derr_blocks.c90 printed_len = BIO_vsnprintf(buf, buf_size, fmt, args); in ERR_vset_error()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c937 ret = BIO_vsnprintf(buf, n, format, args); in BIO_snprintf()
943 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) in BIO_vsnprintf() function
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c401 if (BIO_vsnprintf(hugebuf + printed, in ossl_cmp_print_log()
409 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-base.pod71 int BIO_vsnprintf(char *buf, size_t n, const char *fmt, va_list args);
167 BIO_vsnprintf OSSL_FUNC_BIO_VSNPRINTF
253 BIO_vsnprintf().
290 BIO_free(), BIO_vprintf(), BIO_vsnprintf(), BIO_gets(), BIO_puts(),
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c1882 OSSL_FUNC_BIO_vsnprintf_fn BIO_vsnprintf;
2139 { OSSL_FUNC_BIO_VSNPRINTF, (void (*)(void))BIO_vsnprintf },
1875 OSSL_FUNC_BIO_vsnprintf_fn BIO_vsnprintf; global() variable
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h174 OSSL_CORE_MAKE_FUNC(int, BIO_vsnprintf,
H A Dbio.h844 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
H A Dbio.h.in821 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
/freebsd/secure/lib/libcrypto/
H A DVersion.map402 BIO_vsnprintf;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile945 MLINKS+= BIO_printf.3 BIO_vsnprintf.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num902 BIO_vsnprintf 926 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md16095 * Added BIO_vprintf() and BIO_vsnprintf().