| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BIO_printf.pod | 5 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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | BIO_printf.pod | 5 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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
| H A D | err_blocks.c | 90 printed_len = BIO_vsnprintf(buf, buf_size, fmt, args); in ERR_vset_error()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bio_print.c | 937 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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | b_print.c | 930 ret = BIO_vsnprintf(buf, n, format, args); in BIO_snprintf() 936 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) in BIO_vsnprintf() function
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| H A D | cmp_ctx.c | 401 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()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | provider-base.pod | 71 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(),
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | provider_core.c | 1882 OSSL_FUNC_BIO_vsnprintf_fn BIO_vsnprintf; variable 2139 { OSSL_FUNC_BIO_VSNPRINTF, (void (*)(void))BIO_vsnprintf },
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | bio.h | 758 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | core_dispatch.h | 174 OSSL_CORE_MAKE_FUNC(int, BIO_vsnprintf,
|
| H A D | bio.h.in | 821 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
| H A D | crypto.map | 400 BIO_vsnprintf;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | libcrypto.num | 928 BIO_vsnprintf 926 1_1_0 EXIST::FUNCTION:
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | CHANGES | 10623 *) Added BIO_vprintf() and BIO_vsnprintf().
|