HomeSort by relevance Sort by last modified time
    Searched refs:tcgetattr (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 110 #ifndef tcgetattr
111 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro
141 #define GET_TTY(fd, buf) tcgetattr(fd, buf)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui_openssl.c 227 # define TTY_get(tty,data) tcgetattr(tty,data)
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 155 attr = termios.tcgetattr(fd)
  /external/libppp/src/
i4b.c 252 if (tcgetattr(p->fd, &ios) == -1 ||
physical.c 266 tcgetattr(p->fd, &rstio);
  /external/openssl/crypto/ui/
ui_openssl.c 227 # define TTY_get(tty,data) tcgetattr(tty,data)
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 323 if (tcgetattr(dev_fd, &ti) < 0) {
  /external/linux-tools-perf/
builtin-top.c 511 tcgetattr(0, &save);
631 tcgetattr(0, &save);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 175 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) {
679 tcgetattr(mouse_fd, &mouse_termios);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 168 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) {
555 tcgetattr(mouse_fd, &mouse_termios);
  /system/core/adb/
commandline.c 222 if(tcgetattr(fd, &tio)) return;
223 if(tcgetattr(fd, &tio_save)) return;
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 144 tcgetattr (0, &termios);
  /external/grub/grub/
asmstub.c 1132 if (tcgetattr (serial_fd, &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/ppp/pppd/
sys-linux.c 907 if (tcgetattr(tty_fd, &tios) < 0) {
909 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/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 672 int KernelProxy::tcgetattr(int fd, struct termios* termios_p) { function in class:nacl_io::KernelProxy
680 error = handle->node()->Tcgetattr(termios_p);
  /external/dropbear/
svr-chansession.c 442 if (tcgetattr(chansess->master, &termio) == -1) {
  /external/openssh/
serverloop.c 489 tcgetattr(fdin, &tio) == 0 &&
    [all...]
mux.c 434 if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1)
435 error("%s: tcgetattr: %s", __func__, strerror(errno));
    [all...]
channels.c     [all...]
  /device/generic/goldfish/qemud/
qemud.c     [all...]
  /external/mksh/src/
sh.h 408 #define mksh_tcget(fd,st) tcgetattr((fd), (st))
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]

Completed in 3572 milliseconds

1 2 3 45 6