Searched refs:tty_in (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c282 static FILE *tty_in, *tty_out; variable
417 noecho_fgets(result,maxsize,tty_in);
421 p=fgets(result,maxsize,tty_in);
423 p=fgets(result,maxsize,tty_in);
427 if (feof(tty_in)) goto error;
428 if (ferror(tty_in)) goto error;
435 read_till_nl(tty_in);
464 tty_in=stdin;
472 if ((tty_in=fopen(DEV_TTY,"r")) == NULL)
473 tty_in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_openssl.c295 static FILE *tty_in, *tty_out; variable
430 noecho_fgets(result,maxsize,tty_in);
434 p=fgets(result,maxsize,tty_in);
436 p=fgets(result,maxsize,tty_in);
440 if (feof(tty_in)) goto error;
441 if (ferror(tty_in)) goto error;
448 read_till_nl(tty_in);
477 tty_in=stdin;
485 if ((tty_in=fopen(DEV_TTY,"r")) == NULL)
486 tty_in
[all...]

Completed in 93 milliseconds