Home
last modified time | relevance | path

Searched refs:hugebuf (Results 1 – 25 of 40) sorted by relevance

12

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-getlogin_r.c63 static char hugebuf[70000]; in main() local
65 ASSERT (getlogin_r (hugebuf, sizeof (hugebuf)) == 0); in main()
66 ASSERT (strcmp (hugebuf, buf) == 0); in main()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-getlogin_r.c102 static char hugebuf[70000]; in main() local
104 ASSERT (getlogin_r (hugebuf, sizeof (hugebuf)) == 0); in main()
105 ASSERT (strcmp (hugebuf, buf) == 0); in main()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/cmp/
H A Dcmp_ctx.c362 char hugebuf[1024 * 2]; in ossl_cmp_print_log() local
387 BIO_snprintf(hugebuf, sizeof(hugebuf), in ossl_cmp_print_log()
390 if (printed > 0 && (size_t)printed < sizeof(hugebuf)) { in ossl_cmp_print_log()
391 if (BIO_vsnprintf(hugebuf + printed, in ossl_cmp_print_log()
392 sizeof(hugebuf) - printed, format, args) > 0) in ossl_cmp_print_log()
393 res = BIO_puts(trc_out, hugebuf) > 0; in ossl_cmp_print_log()
399 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log()
400 res = ctx->log_cb(func, file, line, level, hugebuf); in ossl_cmp_print_log()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/cmp/
H A Dcmp_ctx.c362 char hugebuf[1024 * 2]; in ossl_cmp_print_log() local
387 BIO_snprintf(hugebuf, sizeof(hugebuf), in ossl_cmp_print_log()
390 if (printed > 0 && (size_t)printed < sizeof(hugebuf)) { in ossl_cmp_print_log()
391 if (BIO_vsnprintf(hugebuf + printed, in ossl_cmp_print_log()
392 sizeof(hugebuf) - printed, format, args) > 0) in ossl_cmp_print_log()
393 res = BIO_puts(trc_out, hugebuf) > 0; in ossl_cmp_print_log()
399 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log()
400 res = ctx->log_cb(func, file, line, level, hugebuf); in ossl_cmp_print_log()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/cmp/
H A Dcmp_ctx.c362 char hugebuf[1024 * 2]; in ossl_cmp_print_log() local
387 BIO_snprintf(hugebuf, sizeof(hugebuf), in ossl_cmp_print_log()
390 if (printed > 0 && (size_t)printed < sizeof(hugebuf)) { in ossl_cmp_print_log()
391 if (BIO_vsnprintf(hugebuf + printed, in ossl_cmp_print_log()
392 sizeof(hugebuf) - printed, format, args) > 0) in ossl_cmp_print_log()
393 res = BIO_puts(trc_out, hugebuf) > 0; in ossl_cmp_print_log()
399 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log()
400 res = ctx->log_cb(func, file, line, level, hugebuf); in ossl_cmp_print_log()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/cmp/
H A Dcmp_ctx.c362 char hugebuf[1024 * 2]; in ossl_cmp_print_log() local
387 BIO_snprintf(hugebuf, sizeof(hugebuf), in ossl_cmp_print_log()
390 if (printed > 0 && (size_t)printed < sizeof(hugebuf)) { in ossl_cmp_print_log()
391 if (BIO_vsnprintf(hugebuf + printed, in ossl_cmp_print_log()
392 sizeof(hugebuf) - printed, format, args) > 0) in ossl_cmp_print_log()
393 res = BIO_puts(trc_out, hugebuf) > 0; in ossl_cmp_print_log()
399 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log()
400 res = ctx->log_cb(func, file, line, level, hugebuf); in ossl_cmp_print_log()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/cmp/
H A Dcmp_ctx.c362 char hugebuf[1024 * 2]; in ossl_cmp_print_log() local
387 BIO_snprintf(hugebuf, sizeof(hugebuf), in ossl_cmp_print_log()
390 if (printed > 0 && (size_t)printed < sizeof(hugebuf)) { in ossl_cmp_print_log()
391 if (BIO_vsnprintf(hugebuf + printed, in ossl_cmp_print_log()
392 sizeof(hugebuf) - printed, format, args) > 0) in ossl_cmp_print_log()
393 res = BIO_puts(trc_out, hugebuf) > 0; in ossl_cmp_print_log()
399 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log()
400 res = ctx->log_cb(func, file, line, level, hugebuf); in ossl_cmp_print_log()
/dports/security/openssl-devel/openssl-3.0.2/crypto/cmp/
H A Dcmp_ctx.c362 char hugebuf[1024 * 2]; in ossl_cmp_print_log() local
387 BIO_snprintf(hugebuf, sizeof(hugebuf), in ossl_cmp_print_log()
390 if (printed > 0 && (size_t)printed < sizeof(hugebuf)) { in ossl_cmp_print_log()
391 if (BIO_vsnprintf(hugebuf + printed, in ossl_cmp_print_log()
392 sizeof(hugebuf) - printed, format, args) > 0) in ossl_cmp_print_log()
393 res = BIO_puts(trc_out, hugebuf) > 0; in ossl_cmp_print_log()
399 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log()
400 res = ctx->log_cb(func, file, line, level, hugebuf); in ossl_cmp_print_log()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/bio/
H A Db_print.c785 char hugebuf[1024*2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
788 char *hugebufp = hugebuf; in BIO_vprintf()
789 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
804 ret=BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/bio/
H A Db_print.c807 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
810 char *hugebufp = hugebuf; in BIO_vprintf()
811 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
826 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/bio/
H A Db_print.c807 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
810 char *hugebufp = hugebuf; in BIO_vprintf()
811 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
826 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/bio/
H A Db_print.c807 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
810 char *hugebufp = hugebuf; in BIO_vprintf()
811 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
826 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/bio/
H A Db_print.c807 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
810 char *hugebufp = hugebuf; in BIO_vprintf()
811 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
826 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/bio/
H A Db_print.c793 char hugebuf[1024*2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
796 char *hugebufp = hugebuf; in BIO_vprintf()
797 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
812 ret=BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/bio/
H A Db_print.c874 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
877 char *hugebufp = hugebuf; in BIO_vprintf()
878 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
892 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbio_print.c881 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
884 char *hugebufp = hugebuf; in BIO_vprintf()
885 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
899 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c870 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
873 char *hugebufp = hugebuf; in BIO_vprintf()
874 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
888 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c870 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
873 char *hugebufp = hugebuf; in BIO_vprintf()
874 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
888 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/bio/
H A Db_print.c870 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
873 char *hugebufp = hugebuf; in BIO_vprintf()
874 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
888 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c870 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
873 char *hugebufp = hugebuf; in BIO_vprintf()
874 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
888 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c870 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
873 char *hugebufp = hugebuf; in BIO_vprintf()
874 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
888 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c870 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
873 char *hugebufp = hugebuf; in BIO_vprintf()
874 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
888 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/bio/
H A Db_print.c874 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
877 char *hugebufp = hugebuf; in BIO_vprintf()
878 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
892 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/bio/
H A Db_print.c874 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
877 char *hugebufp = hugebuf; in BIO_vprintf()
878 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
892 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/bio/
H A Db_print.c874 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local
877 char *hugebufp = hugebuf; in BIO_vprintf()
878 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()
892 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()

12