Searched refs:TTY_set (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.c149 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) macro
157 #define TTY_set(tty,data) ioctl(tty,TCSETA,data) macro
165 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) macro
341 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
342 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
399 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
400 if (ps >= 2) TTY_set(fileno(tty),&tty_orig);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread_pwd.c149 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) macro
157 #define TTY_set(tty,data) ioctl(tty,TCSETA,data) macro
165 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) macro
341 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
342 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
399 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
400 if (ps >= 2) TTY_set(fileno(tty),&tty_orig);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c207 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) macro
215 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) macro
223 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) macro
514 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
515 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
531 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
536 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
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.c220 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) macro
228 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) macro
236 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) macro
527 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
528 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
544 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
549 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
550 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))

Completed in 116 milliseconds