Lines Matching full:bio_stdout
479 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
483 bio_stdout = BIO_push(tmpbio, bio_stdout);
489 BIO_printf(bio_stdout, "%s\n", argv[0]);
491 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
492 BIO_free_all(bio_stdout);
511 BIO *bio_stdout;
525 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
529 bio_stdout = BIO_push(tmpbio, bio_stdout);
537 list_pkey(bio_stdout);
539 list_md(bio_stdout);
541 list_cipher(bio_stdout);
546 BIO_printf(bio_stdout, "%s\n",
549 BIO_free_all(bio_stdout);