OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTY_set
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/des/
read_pwd.c
149
#define
TTY_set
(tty,data) tcsetattr(tty,TCSANOW,data)
157
#define
TTY_set
(tty,data) ioctl(tty,TCSETA,data)
165
#define
TTY_set
(tty,data) ioctl(tty,TIOCSETP,data)
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);
/external/openssl/crypto/ui/
ui_openssl.c
228
# define
TTY_set
(tty,data) tcsetattr(tty,TCSANOW,data)
236
# define
TTY_set
(tty,data) ioctl(tty,TCSETA,data)
244
# define
TTY_set
(tty,data) ioctl(tty,TIOCSETP,data)
538
#if defined(
TTY_set
) && !defined(OPENSSL_SYS_VMS)
539
if (is_a_tty && (
TTY_set
(fileno(tty_in),&tty_new) == -1))
555
#if defined(
TTY_set
) && !defined(OPENSSL_SYS_VMS)
560
#if defined(
TTY_set
) && !defined(OPENSSL_SYS_VMS)
561
if (is_a_tty && (
TTY_set
(fileno(tty_in),&tty_new) == -1))
Completed in 78 milliseconds