Home
last modified time | relevance | path

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

123

/external/syslinux/com32/libutil/
Dansiraw.c56 tcgetattr(0, &original_termios_settings); in console_init()
74 tcgetattr(0, &tio); in console_ansi_raw()
91 tcgetattr(fd, &tio); in raw_read()
Dansiline.c55 tcgetattr(0, &original_termios_settings); in console_init()
73 tcgetattr(0, &tio); in console_ansi_std()
/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/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/syslinux/com32/rosh/
Drosh.h187 tcgetattr(0, &tio); in rosh_console_raw()
200 tcgetattr(0, &tio); in rosh_console_std()
/external/compiler-rt/test/msan/Linux/
Dtcgetattr.cc15 int res = tcgetattr(fd, &t); in main()
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c58 if (tcgetattr(fd, &saved_termios) < 0) { in tty_semi_raw()
238 if (tcgetattr(STDOUT_FILENO, &tty_attr) < 0) { in main()
260 if (tcgetattr(STDIN_FILENO, &s_tty_attr)) { 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/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/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()
Dtest.c86 toys.exitval = tcgetattr(atoi(toys.optargs[1]), &termios) == -1; in test_main()
/external/toybox/toys/net/
Dmicrocom.c36 if (tcgetattr(fd, &t)) perror_exit("tcgetattr %s", name);
/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.py115 old_attrs = termios.tcgetattr(fd)
/external/curl/src/
Dtool_getpass.c194 tcgetattr(fd, &withecho); in ttyecho()
/external/toybox/lib/
Dinterestingtimes.c88 if (!tcgetattr(fd, &termio) && old) *old = termio; in set_terminal()
/external/python/cpython2/Modules/
Dtermios.c83 if (tcgetattr(fd, &mode) == -1) in termios_tcgetattr()
164 if (tcgetattr(fd, &mode) == -1) in termios_tcsetattr()

123