Symbol: BIO_new_fp
crypto/openssl/apps/lib/apps.c
2997
return BIO_new_fp(stdin,
crypto/openssl/apps/lib/apps.c
3003
BIO *b = BIO_new_fp(stdout,
crypto/openssl/apps/lib/apps.c
3026
BIO *b = BIO_new_fp(stderr,
crypto/openssl/apps/lib/apps.c
3140
b = BIO_new_fp(fp, bflags);
crypto/openssl/apps/lib/apps.c
982
bio = BIO_new_fp(stdin, 0);
crypto/openssl/crypto/asn1/a_strex.c
573
btmp = BIO_new_fp(fp, BIO_NOCLOSE);
crypto/openssl/crypto/cmp/cmp_util.c
183
BIO *bio = BIO_new_fp(stderr, BIO_NOCLOSE);
crypto/openssl/crypto/cmp/cmp_util.c
29
BIO *bio = BIO_new_fp(stdout, BIO_NOCLOSE);
crypto/openssl/crypto/conf/conf_lib.c
156
if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) {
crypto/openssl/crypto/conf/conf_lib.c
266
if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
crypto/openssl/crypto/conf/conf_lib.c
386
if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) {
crypto/openssl/crypto/conf/conf_lib.c
74
if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
crypto/openssl/crypto/err/err_prn.c
179
BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE);
crypto/openssl/crypto/evp/p_lib.c
1271
BIO *b = BIO_new_fp(fp, BIO_NOCLOSE);
crypto/openssl/crypto/evp/p_lib.c
1284
BIO *b = BIO_new_fp(fp, BIO_NOCLOSE);
crypto/openssl/crypto/evp/p_lib.c
1297
BIO *b = BIO_new_fp(fp, BIO_NOCLOSE);
crypto/openssl/crypto/pem/pem_pk8.c
242
if ((bp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
crypto/openssl/crypto/pem/pem_pk8.c
257
if ((bp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
crypto/openssl/crypto/pem/pem_pkey.c
436
if ((b = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) {
crypto/openssl/crypto/x509/v3_prn.c
209
if ((bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL)
crypto/openssl/demos/bio/client-arg.c
88
out = BIO_new_fp(stdout, BIO_NOCLOSE);
crypto/openssl/demos/bio/client-conf.c
96
out = BIO_new_fp(stdout, BIO_NOCLOSE);
crypto/openssl/demos/cms/cms_ver.c
30
b = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
crypto/openssl/engines/e_capi.c
297
out = BIO_new_fp(stdout, BIO_NOCLOSE);
crypto/openssl/include/openssl/bio.h
729
BIO *BIO_new_fp(FILE *stream, int close_flag);
crypto/openssl/ssl/quic/qlog.c
200
bio = BIO_new_fp(f, BIO_CLOSE);
crypto/openssl/ssl/ssl_lib.c
3973
if ((b = BIO_new_fp(fp, BIO_CLOSE)) == NULL)
crypto/openssl/test/bio_prefix_text.c
149
bio_in = BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT);
crypto/openssl/test/bio_prefix_text.c
150
bio_out = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
crypto/openssl/test/bio_prefix_text.c
151
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
crypto/openssl/test/helpers/quictestlib.c
183
tmpbio = BIO_new_fp(stdout, BIO_NOCLOSE);
crypto/openssl/test/ssl_old_test.c
948
bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
crypto/openssl/test/testutil/basic_output.c
137
tap_out = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
crypto/openssl/test/testutil/basic_output.c
138
tap_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
crypto/openssl/test/testutil/testutil_init.c
81
BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT));
crypto/openssl/test/x509_acert_test.c
127
if (!TEST_ptr(bout = BIO_new_fp(stderr, BIO_NOCLOSE)))
crypto/openssl/test/x509_acert_test.c
29
if (!TEST_ptr(bout = BIO_new_fp(stderr, BIO_NOCLOSE)))