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

1 2 34 5

  /external/libvncserver/libvncclient/
vncviewer.c 72 if(tcgetattr(fileno(stdin),&save)!=0) return p;
  /external/toybox/toys/pending/
init.c 73 tcgetattr(fd, &terminal);
stty.c 314 if (tcgetattr(TT.fd, t)) perror_exit("tcgetattr %s", TT.device);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 161 tcgetattr(STDIN, &term);
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
miniterm.py 126 self.old = termios.tcgetattr(self.fd)
127 new = termios.tcgetattr(self.fd)
  /external/autotest/client/deps/fakemodem/src/
fakemodem.c 302 tcgetattr (masterfd, &t);
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 193 attr = termios.tcgetattr(fd)
  /external/libcups/cups/
usersys.c 724 if (tcgetattr(tty, &original))
    [all...]
  /external/nos/test/system-test-harness/src/
util.cc 439 if (tcgetattr(tty_fd, &tty_state)) {
440 perror("ERROR tcgetattr()");
  /external/toybox/kconfig/
mconf.c 885 tcgetattr(1, &ios_org);
  /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)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 76 tcgetattr(STDIN, &term);
  /system/core/adb/
shell_service.cpp 434 if (tcgetattr(child_fd, &tattr) == -1) {
436 WriteFdExactly(*error_sfd, "tcgetattr failed: ");
commandline.cpp 232 if (tcgetattr(STDIN_FILENO, &g_saved_terminal_state)) return;
235 if (tcgetattr(STDIN_FILENO, &tio)) return;
    [all...]
  /external/ppp/pppd/
sys-linux.c 938 if (tcgetattr(tty_fd, &tios) < 0) {
940 fatal("tcgetattr: %m (line %d)", __LINE__);
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 596 #define tcgetattr _tcgetattr
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 322 orig_attr = termios.tcgetattr(self.fd)
  /external/e2fsprogs/e2fsck/
util.c 204 tcgetattr (0, &termios);
  /external/e2fsprogs/misc/
e4crypt.c 458 rc = tcgetattr(0, &current_settings);
  /external/f2fs-tools/tools/
f2fscrypt.c 503 rc = tcgetattr(0, &current_settings);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 544 if (tcgetattr(fd, &term) == 0) {
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 1292 if (tcgetattr(fd, &ti) < 0) {
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_ar3k.c 1296 if (tcgetattr(fd, &ti) < 0) {
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 1292 if (tcgetattr(fd, &ti) < 0) {
    [all...]

Completed in 1364 milliseconds

1 2 34 5