Home
last modified time | relevance | path

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

12

/external/lldb/source/Host/common/
DTerminal.cpp40 if (::tcgetattr(m_fd, &fd_termios) == 0) in SetEcho()
77 if (::tcgetattr(m_fd, &fd_termios) == 0) in SetCanonical()
147 int err = ::tcgetattr (fd, m_termios_ap.get()); in Save()
/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.h51 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()
Dreadpassphrase.c116 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
Dreadpassphrase.c.orig116 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) {
/external/openssh/
Dttymodes.c305 if (tcgetattr(fd, &tio) == -1) { in tty_make_modes()
374 if (tcgetattr(fd, &tio) == -1) { in tty_parse_modes()
Dsshtty.c73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
/external/lldb/tools/debugserver/source/
DTTYState.cpp38 m_ttystateErr = tcgetattr (fd, &m_ttystate); in GetTTYState()
DRNBSocket.cpp299 if (::tcgetattr (m_fd, &stdin_termios) == 0) in OpenFile()
/external/e2fsprogs/lib/et/
Dcom_err.c53 if ((tcgetattr(fd, &t)) == 0 && in default_com_err_proc()
/external/toybox/toys/pending/
Dsulogin.c47 tcgetattr(0, &(TT.crntio)); in validate_password()
Dmore.c85 tcgetattr(TT.cin_fd, &TT.inf); in more_main()
Dtest.c86 toys.exitval = tcgetattr(atoi(toys.optargs[1]), &termios) == -1; in test_main()
Dgetty.c149 if (tcgetattr(STDIN_FILENO, &TT.termios) < 0) perror_exit("tcgetattr"); in termios_init()
Dtelnet.c336 if (!tcgetattr(0, &TT.def_term)) { in telnet_main()
Dinit.c73 tcgetattr(fd, &terminal); in reset_term()
/external/toybox/lib/
Dinterestingtimes.c55 if (!tcgetattr(fd, &termio) && old) *old = termio; in set_terminal()
/external/lldb/test/pexpect-2.4/
Dpexpect.py728 attr = termios.tcgetattr(self.child_fd)
765 attr = termios.tcgetattr(self.child_fd)
1024 char = termios.tcgetattr(self.child_fd)[6][termios.VEOF]
1036 char = termios.tcgetattr(self.child_fd)[6][termios.VINTR]
1494 mode = tty.tcgetattr(self.STDIN_FILENO)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_process_libcdep.cc137 tcgetattr(fd, &termflags); in StartSymbolizerSubprocess()
/external/e2fsprogs/ext2ed/
Dwin.c64 tcgetattr(0,&termioInit); /* save initial config */ in init_windows()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c184 …ret = tcgetattr(gComPortContext.nHandle, &gComPortContext.nIoConfigBackup); /* save the old io con… in phDal4Nfc_uart_open_and_configure()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1074 tcgetattr(linux_cb.sock, &termios); in USERIAL_Open()
1303 tcgetattr(linux_cb.sock, &termios); in userial_change_rate()
1340 tcgetattr(linux_cb.sock, &termios); in userial_change_rate()

12