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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ui/
H A Dui_openssl.c302 static FILE *tty_in, *tty_out; variable
436 noecho_fgets(result, maxsize, tty_in);
439 p = fgets(result, maxsize, tty_in);
441 p = fgets(result, maxsize, tty_in);
445 if (feof(tty_in))
447 if (ferror(tty_in))
452 } else if (!read_till_nl(tty_in))
482 tty_in = stdin;
490 if ((tty_in = fopen(DEV_TTY, "r")) == NULL)
491 tty_in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c302 static FILE *tty_in, *tty_out; variable
436 noecho_fgets(result, maxsize, tty_in);
439 p = fgets(result, maxsize, tty_in);
441 p = fgets(result, maxsize, tty_in);
445 if (feof(tty_in))
447 if (ferror(tty_in))
452 } else if (!read_till_nl(tty_in))
482 tty_in = stdin;
490 if ((tty_in = fopen(DEV_TTY, "r")) == NULL)
491 tty_in
[all...]

Completed in 84 milliseconds