Lines Matching refs:bio_stdout
495 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
499 bio_stdout = BIO_push(tmpbio, bio_stdout);
505 BIO_printf(bio_stdout, "%s\n", argv[0]);
507 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
508 BIO_free_all(bio_stdout);
527 BIO *bio_stdout;
541 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
545 bio_stdout = BIO_push(tmpbio, bio_stdout);
553 list_pkey(bio_stdout);
555 list_md(bio_stdout);
557 list_cipher(bio_stdout);
562 BIO_printf(bio_stdout, "%s\n",
565 BIO_free_all(bio_stdout);