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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread_pwd.c278 int is_a_tty; local
291 is_a_tty=1;
311 is_a_tty=0;
318 is_a_tty=0;
342 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dread_pwd.c283 int is_a_tty; local
295 is_a_tty = 1;
314 is_a_tty = 0;
323 is_a_tty = 0;
349 if (is_a_tty && (TTY_set(fileno(tty), &tty_new) == -1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dread_pwd.c283 int is_a_tty; local
295 is_a_tty = 1;
314 is_a_tty = 0;
323 is_a_tty = 0;
349 if (is_a_tty && (TTY_set(fileno(tty), &tty_new) == -1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ui/
H A Dui_openssl.c303 static int is_a_tty; variable
479 is_a_tty = 1;
500 is_a_tty = 0;
509 is_a_tty = 0;
536 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
560 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_openssl.c296 static int is_a_tty; variable
474 is_a_tty = 1;
496 is_a_tty=0;
503 is_a_tty=0;
528 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
550 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c303 static int is_a_tty; variable
479 is_a_tty = 1;
500 is_a_tty = 0;
509 is_a_tty = 0;
536 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
560 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))

Completed in 123 milliseconds