Home | History | Annotate | Download | only in apps

Lines Matching refs:bio_stdout

496 		BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
500 bio_stdout = BIO_push(tmpbio, bio_stdout);
506 BIO_printf(bio_stdout, "%s\n", argv[0]);
508 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
509 BIO_free_all(bio_stdout);
528 BIO *bio_stdout;
542 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
546 bio_stdout = BIO_push(tmpbio, bio_stdout);
554 list_pkey(bio_stdout);
556 list_md(bio_stdout);
558 list_cipher(bio_stdout);
563 BIO_printf(bio_stdout, "%s\n",
566 BIO_free_all(bio_stdout);