Lines Matching refs:stdin
690 } else if(!strcmp(arg, "stdin")) {
691 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE);
693 BIO_printf(err, "Can't open BIO for stdin\n");
802 setvbuf(stdin, NULL, _IONBF, 0);
805 BIO_set_fp(cert,stdin,BIO_NOCLOSE);
905 setvbuf(stdin, NULL, _IONBF, 0);
908 BIO_set_fp(key,stdin,BIO_NOCLOSE);
996 setvbuf(stdin, NULL, _IONBF, 0);
999 BIO_set_fp(key,stdin,BIO_NOCLOSE);
1136 bio = BIO_new_fp(stdin,BIO_NOCLOSE);
1143 desc, file ? file : "stdin");
3006 { return read(fileno(stdin),buf,siz); }