HomeSort by relevance Sort by last modified time
    Searched refs:tcgetattr (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/syslinux/com32/rosh/
rosh.h 187 tcgetattr(0, &tio);
200 tcgetattr(0, &tio);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getpass.py 63 old = termios.tcgetattr(fd) # a copy to save
165 termios.tcgetattr, termios.tcsetattr
  /prebuilts/gdb/linux-x86/lib/python2.7/
getpass.py 63 old = termios.tcgetattr(fd) # a copy to save
165 termios.tcgetattr, termios.tcsetattr
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getpass.py 63 old = termios.tcgetattr(fd) # a copy to save
165 termios.tcgetattr, termios.tcsetattr
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getpass.py 63 old = termios.tcgetattr(fd) # a copy to save
165 termios.tcgetattr, termios.tcsetattr
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 142 tcgetattr ( function
  /external/e2fsprogs/lib/et/
com_err.c 54 if ((tcgetattr(fd, &t)) == 0 &&
  /external/toybox/toys/net/
microcom.c 36 if (tcgetattr(fd, &t)) perror_exit("tcgetattr %s", name);
  /external/toybox/toys/pending/
sulogin.c 47 tcgetattr(0, &(TT.crntio));
more.c 88 tcgetattr(TT.cin_fd, &TT.inf);
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 123 if (tcgetattr(fd, &term) < 0)
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 58 if (tcgetattr(fd, &saved_termios) < 0) {
260 if (tcgetattr(STDOUT_FILENO, &tty_attr) < 0) {
261 perror("tcgetattr(stdout,...)");
282 if (tcgetattr(STDIN_FILENO, &s_tty_attr)) {
283 perror("tcgetattr(stdin,...)");
  /bionic/libc/include/bits/
termios_inlines.h 102 __BIONIC_TERMIOS_INLINE int tcgetattr(int fd, struct termios* s) { function
  /device/google/contexthub/util/stm32_flash/
uart.c 106 if (tcgetattr(uart_handle->fd, &tio))
  /external/ltp/testcases/cve/
cve-2014-0196.c 116 tcgetattr(master_fd, &t);
  /external/python/cpython3/Lib/test/
test_getpass.py 115 mock.patch('termios.tcgetattr') as tcgetattr, \
119 tcgetattr.return_value = list(fake_attrs)
127 mock.patch('termios.tcgetattr'), \
142 mock.patch('termios.tcgetattr'), \
  /bionic/tests/headers/posix/
termios_h.c 163 FUNCTION(tcgetattr, int (*f)(int, struct termios*));
  /bionic/tests/
pty_test.cpp 122 ASSERT_EQ(0, tcgetattr(slave, &tattr));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pty.py 163 mode = tty.tcgetattr(STDIN_FILENO)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 292 int tcgetattr (int fd, struct termios *pTermios);
  /external/chromium-trace/catapult/devil/devil/android/tools/
keyboard.py 110 old_attrs = termios.tcgetattr(fd)
  /external/curl/src/
tool_getpass.c 194 tcgetattr(fd, &withecho);
  /external/python/cpython2/Lib/
pty.py 169 mode = tty.tcgetattr(STDIN_FILENO)
  /external/python/cpython3/Lib/
pty.py 158 mode = tty.tcgetattr(STDIN_FILENO)
  /external/toybox/lib/
interestingtimes.c 88 if (!tcgetattr(fd, &termio) && old) *old = termio;

Completed in 810 milliseconds

12 3 4 5