Lines Matching defs:bio_stdout
506 BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
510 BIO_printf(bio_stdout, "%s\n", argv[0]);
512 BIO_printf(bio_stdout, "%s\n", argv[0] + 3);
513 BIO_free_all(bio_stdout);
524 BIO *bio_stdout;
538 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
541 list_pkey(bio_stdout);
543 list_md(bio_stdout);
545 list_cipher(bio_stdout);
549 BIO_printf(bio_stdout, "%s\n",
552 BIO_free_all(bio_stdout);