HomeSort by relevance Sort by last modified time
    Searched refs:tcgetattr (Results 126 - 147 of 147) sorted by null

1 2 3 4 56

  /external/e2fsprogs/e2fsck/
util.c 195 tcgetattr (0, &termios);
  /external/qemu/
qemu-char.c 841 tcgetattr (0, &oldtty);
882 (termp != NULL && tcgetattr(sfd, termp) < 0))
1063 tcgetattr(slave_fd, &tty);
1094 tcgetattr (fd, &tty);
    [all...]
  /external/wpa_supplicant_8/src/utils/
edit.c 1129 tcgetattr(STDIN_FILENO, &prevt);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 381 prev_tcgetattr = termios.tcgetattr(fd)
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 511 if (tcgetattr(fd, &term) == 0) {
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 76 tcgetattr(STDIN, &term);
  /system/core/adb/
commandline.c 249 if(tcgetattr(fd, &tio)) return;
250 if(tcgetattr(fd, &tio_save)) return;
    [all...]
  /external/ltrace/etc/
libc.so.conf 356 int tcgetattr(int,addr);
  /external/ppp/pppd/
sys-linux.c 908 if (tcgetattr(tty_fd, &tios) < 0) {
910 fatal("tcgetattr: %m (line %d)", __LINE__);
    [all...]
sys-solaris.c 1191 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1192 fatal("tcgetattr: %m");
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialposix.py 322 orig_attr = termios.tcgetattr(self.fd)
  /external/lldb/source/Core/
ConnectionFileDescriptor.cpp 280 ::tcgetattr (m_fd_send, &options);
    [all...]
  /device/generic/goldfish/qemud/
qemud.c     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 987 int KernelProxy::tcgetattr(int fd, struct termios* termios_p) { function in class:nacl_io::KernelProxy
995 error = handle->node()->Tcgetattr(termios_p);
    [all...]
  /external/libedit/src/
readline.c 304 if (tcgetattr(fileno(rl_instream), &t) != -1 && (t.c_lflag & ECHO) == 0)
    [all...]
tty.c 466 * Wrapper for tcgetattr to handle EINTR
472 while ((rv = tcgetattr(el->el_infd, t)) == -1 && errno == EINTR)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 1085 tcgetattr(0, &save);
    [all...]
  /external/lldb/tools/driver/
Driver.cpp     [all...]
  /external/mksh/src/
sh.h 428 #define mksh_tcget(fd,st) tcgetattr((fd), (st))
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]

Completed in 1488 milliseconds

1 2 3 4 56