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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ui/
H A Dui_openssl.c297 static FILE *tty_in, *tty_out; variable
434 noecho_fgets(result,maxsize,tty_in);
438 p=fgets(result,maxsize,tty_in);
440 p=fgets(result,maxsize,tty_in);
444 if (feof(tty_in)) goto error;
445 if (ferror(tty_in)) goto error;
452 if (!read_till_nl(tty_in))
482 tty_in=stdin;
490 if ((tty_in=fopen(DEV_TTY,"r")) == NULL)
491 tty_in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ui/
H A Dui_openssl.c297 static FILE *tty_in, *tty_out; variable
434 noecho_fgets(result,maxsize,tty_in);
438 p=fgets(result,maxsize,tty_in);
440 p=fgets(result,maxsize,tty_in);
444 if (feof(tty_in)) goto error;
445 if (ferror(tty_in)) goto error;
452 if (!read_till_nl(tty_in))
482 tty_in=stdin;
490 if ((tty_in=fopen(DEV_TTY,"r")) == NULL)
491 tty_in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ui/
H A Dui_openssl.c297 static FILE *tty_in, *tty_out; variable
434 noecho_fgets(result,maxsize,tty_in);
438 p=fgets(result,maxsize,tty_in);
440 p=fgets(result,maxsize,tty_in);
444 if (feof(tty_in)) goto error;
445 if (ferror(tty_in)) goto error;
452 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 77 milliseconds