Home
last modified time | relevance | path

Searched refs:tcgetattr (Results 1 – 25 of 73) sorted by relevance

123

/external/python/cpython2/Doc/library/
Dtermios.rst31 .. function:: tcgetattr(fd)
45 a list like the one returned by :func:`tcgetattr`. The *when* argument
89 technique using a separate :func:`tcgetattr` call and a :keyword:`try` ...
96 old = termios.tcgetattr(fd)
97 new = termios.tcgetattr(fd)
/external/python/cpython3/Doc/library/
Dtermios.rst31 .. function:: tcgetattr(fd)
45 a list like the one returned by :func:`tcgetattr`. The *when* argument
89 technique using a separate :func:`tcgetattr` call and a :keyword:`try` ...
96 old = termios.tcgetattr(fd)
97 new = termios.tcgetattr(fd)
/external/python/cpython2/Lib/
Dtty.py20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
Dgetpass.py63 old = termios.tcgetattr(fd) # a copy to save
165 termios.tcgetattr, termios.tcsetattr
Dpty.py169 mode = tty.tcgetattr(STDIN_FILENO)
/external/python/cpython3/Lib/
Dtty.py20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
Dgetpass.py69 old = termios.tcgetattr(fd) # a copy to save
176 termios.tcgetattr, termios.tcsetattr
Dpty.py158 mode = tty.tcgetattr(STDIN_FILENO)
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c58 if (tcgetattr(fd, &saved_termios) < 0) { in tty_semi_raw()
260 if (tcgetattr(STDOUT_FILENO, &tty_attr) < 0) { in main()
282 if (tcgetattr(STDIN_FILENO, &s_tty_attr)) { in main()
/external/openssh/
Dttymodes.c304 if (tcgetattr(fd, &tio) == -1) { in tty_make_modes()
373 if (tcgetattr(fd, &tio) == -1) { in tty_parse_modes()
Dsshtty.c73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
/external/python/cpython3/Lib/test/
Dtest_getpass.py115 mock.patch('termios.tcgetattr') as tcgetattr, \
119 tcgetattr.return_value = list(fake_attrs)
/external/compiler-rt/test/msan/Linux/
Dtcgetattr.cc15 int res = tcgetattr(fd, &t); in main()
/external/openssh/openbsd-compat/
Dbsd-nextstep.h49 int tcgetattr(int, struct termios *);
Dbsd-nextstep.c47 tcgetattr(int fd, struct termios *t) in tcgetattr() function
Dbsd-openpty.c208 if (tcgetattr(*amaster, &tio) != -1) { in openpty()
/external/ltp/testcases/kernel/pty/
Dpty02.c43 if (tcgetattr(ptmx, &io) != 0) in do_test()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dcommon_util.py47 old_attrs = termios.tcgetattr(fin)
/external/e2fsprogs/lib/et/
Dcom_err.c54 if ((tcgetattr(fd, &t)) == 0 && in default_com_err_proc()
/external/toybox/toys/pending/
Dsulogin.c47 tcgetattr(0, &(TT.crntio)); in validate_password()
Dmore.c88 tcgetattr(TT.cin_fd, &TT.inf); in more_main()
/external/ltp/testcases/cve/
Dcve-2014-0196.c112 tcgetattr(master_fd, &t); in run()
/external/autotest/client/common_lib/
Dpexpect.py723 attr = termios.tcgetattr(self.child_fd)
760 attr = termios.tcgetattr(self.child_fd)
1019 char = termios.tcgetattr(self.child_fd)[6][termios.VEOF]
1031 char = termios.tcgetattr(self.child_fd)[6][termios.VINTR]
1489 mode = tty.tcgetattr(self.STDIN_FILENO)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dkeyboard.py110 old_attrs = termios.tcgetattr(fd)
/external/curl/src/
Dtool_getpass.c198 tcgetattr(fd, &withecho); in ttyecho()

123