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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c283 static int is_a_tty; variable
461 is_a_tty = 1;
483 is_a_tty=0;
490 is_a_tty=0;
515 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
537 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
/netgear-WNDR4500-V1.0.1.40_1.0.68/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))

Completed in 54 milliseconds