/external/toybox/toys/net/ |
D | microcom.c | 32 if (TT.stok) tcsetattr(0, TCSAFLUSH, &TT.old_stdin); 33 tcsetattr(TT.fd, TCSAFLUSH, &TT.old_fd); 52 if (tcsetattr(TT.fd, TCSAFLUSH, &tio)) perror_exit("set speed"); in microcom_main()
|
/external/python/cpython3/Lib/test/ |
D | test_getpass.py | 116 mock.patch('termios.tcsetattr') as tcsetattr: 121 tcsetattr.assert_called_with(3, mock.ANY, fake_attrs) 128 mock.patch('termios.tcsetattr') as tcsetattr, \ 132 tcsetattr.side_effect = termios.error
|
/external/python/cpython2/Lib/ |
D | getpass.py | 70 termios.tcsetattr(fd, tcsetattr_flags, new) 73 termios.tcsetattr(fd, tcsetattr_flags, old) 165 termios.tcgetattr, termios.tcsetattr
|
D | tty.py | 28 tcsetattr(fd, when, mode) 36 tcsetattr(fd, when, mode)
|
/external/llvm-project/lldb/source/Host/common/ |
D | Terminal.cpp | 47 return ::tcsetattr(m_fd, TCSANOW, &fd_termios) == 0; in SetEcho() 76 return ::tcsetattr(m_fd, TCSANOW, &fd_termios) == 0; in SetCanonical() 149 tcsetattr(fd, TCSANOW, m_termios_up.get()); in Restore()
|
/external/openssh/ |
D | sshtty.c | 61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode() 91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) { in enter_raw_mode()
|
/external/toybox/toys/pending/ |
D | more.c | 29 tcsetattr(TT.cin_fd, TCSANOW, &TT.inf); 109 tcsetattr(TT.cin_fd, TCSANOW, &newf); in more_main() 168 tcsetattr(TT.cin_fd, TCSANOW, &TT.inf); in more_main()
|
D | getty.c | 109 if (tcsetattr(0, TCSANOW, &TT.termios) < 0) perror_exit("tcsetattr"); in termios_init() 121 if (tcsetattr(0, TCSANOW, &TT.termios) < 0) perror_exit("tcsetattr"); in sense_baud() 133 if (tcsetattr(0, TCSANOW, &TT.termios) < 0) perror_exit("tcsetattr"); in sense_baud() 243 if (tcsetattr(0, TCSANOW, &TT.termios) < 0) perror_exit("tcsetattr"); in getty_main()
|
/external/python/cpython3/Lib/ |
D | getpass.py | 76 termios.tcsetattr(fd, tcsetattr_flags, new) 79 termios.tcsetattr(fd, tcsetattr_flags, old) 176 termios.tcgetattr, termios.tcsetattr
|
D | tty.py | 28 tcsetattr(fd, when, mode) 36 tcsetattr(fd, when, mode)
|
/external/crosvm/sys_util/src/ |
D | terminal.rs | 10 isatty, read, tcgetattr, tcsetattr, termios, ECHO, ICANON, ISIG, O_NONBLOCK, STDIN_FILENO, 32 let ret = unsafe { tcsetattr(fd, TCSANOW, &new_termios as *const _) }; in modify_mode()
|
/external/python/cpython2/Doc/library/ |
D | tty.rst | 24 :func:`termios.tcsetattr`. 31 :func:`termios.tcsetattr`.
|
D | termios.rst | 42 .. function:: tcsetattr(fd, when, attributes) 100 termios.tcsetattr(fd, termios.TCSADRAIN, new) 103 termios.tcsetattr(fd, termios.TCSADRAIN, old)
|
/external/python/cpython3/Doc/library/ |
D | tty.rst | 27 :func:`termios.tcsetattr`. 34 :func:`termios.tcsetattr`.
|
D | termios.rst | 42 .. function:: tcsetattr(fd, when, attributes) 100 termios.tcsetattr(fd, termios.TCSADRAIN, new) 103 termios.tcsetattr(fd, termios.TCSADRAIN, old)
|
/external/llvm-project/lldb/source/Interpreter/ |
D | embedded_interpreter.py | 99 termios.tcsetattr(fd, termios.TCSADRAIN, new) 106 termios.tcsetattr(fd, termios.TCSADRAIN, old)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | keyboard.py | 113 termios.tcsetattr(fd, termios.TCSAFLUSH, new_attrs) 117 termios.tcsetattr(fd, termios.TCSAFLUSH, old_attrs)
|
/external/curl/src/ |
D | tool_getpass.c | 195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho() 211 tcsetattr(fd, TCSAFLUSH, &withecho); in ttyecho()
|
/external/libxkbcommon/tools/ |
D | tools-common.c | 189 (void) tcsetattr(STDIN_FILENO, TCSADRAIN, &termios); in tools_disable_stdin_echo() 200 (void) tcsetattr(STDIN_FILENO, TCSADRAIN, &termios); in tools_enable_stdin_echo()
|
/external/openssh/openbsd-compat/ |
D | readpassphrase.c | 102 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term); in readpassphrase() 155 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
|
D | bsd-nextstep.h | 50 int tcsetattr(int, int, const struct termios *);
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 83 if (tcsetattr(fd, TCSANOW, &buf) < 0) { in tty_semi_raw() 97 if (tcsetattr(saved_fd, TCSANOW, &saved_termios) < 0) { in tty_atexit() 290 if (tcsetattr(STDIN_FILENO, TCSANOW, &s_tty_attr)) { in main()
|
/external/llvm-project/lldb/tools/driver/ |
D | Platform.cpp | 49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() function
|
D | Platform.h | 74 extern int tcsetattr(int fd, int optional_actions,
|
/external/ltp/testcases/kernel/pty/ |
D | pty02.c | 36 TEST(tcsetattr(ptmx, TCSANOW, &io)); in do_test()
|