HomeSort by relevance Sort by last modified time
    Searched full:tcgetattr (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /external/dropbear/
sshpty.c 219 if (tcgetattr(*ptyfd, &tio) < 0) {
svr-chansession.c 442 if (tcgetattr(chansess->master, &termio) == -1) {
  /external/mksh/src/
jobs.c 287 /* Don't call tcgetattr() 'til we own the tty process group */
334 tcgetattr(tty_fd, &tty_state);
1121 tcgetattr(tty_fd, &j->ttystat);
1137 tcgetattr(tty_fd, &tty_state);
    [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 184 ret = tcgetattr(gComPortContext.nHandle, &gComPortContext.nIoConfigBackup); /* save the old io config */
187 /* tcgetattr failed -- it is likely that the provided port is invalid */
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 168 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) {
555 tcgetattr(mouse_fd, &mouse_termios);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 263 if (tcgetattr(dev_fd, &ti) < 0) {
304 if (tcgetattr(dev_fd, &ti) < 0) {
  /device/moto/stingray/recovery/
masterclear_bp.c 112 tcgetattr( cmd_engine_fd, &tio );
  /external/e2fsprogs/e2fsck/
util.c 144 tcgetattr (0, &termios);
  /external/openssl/crypto/des/
read_pwd.c 148 #define TTY_get(tty,data) tcgetattr(tty,data)
  /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...]
  /system/core/liblinenoise/
linenoise.c 124 if (tcgetattr(fd,&orig_termios) == -1) goto fatal;
  /external/linux-tools-perf/
builtin-top.c 511 tcgetattr(0, &save);
631 tcgetattr(0, &save);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 175 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) {
674 tcgetattr(mouse_fd, &mouse_termios);
  /system/core/adb/
commandline.c 205 if(tcgetattr(fd, &tio)) return;
206 if(tcgetattr(fd, &tio_save)) return;
    [all...]
  /external/bluetooth/bluez/serial/
proxy.c 826 tcgetattr(sk, &sys_ti);
  /external/grub/grub/
asmstub.c 1132 if (tcgetattr (serial_fd, &termios))
  /external/openssl/crypto/ui/
ui_openssl.c 221 # define TTY_get(tty,data) tcgetattr(tty,data)
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 226 if (tcgetattr (kbfd, &old_termios) < 0) {
  /external/wpa_supplicant_8/src/utils/
edit.c 1128 tcgetattr(STDIN_FILENO, &prevt);
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 323 if (tcgetattr(dev_fd, &ti) < 0) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 

Completed in 737 milliseconds

1 23 4 5 6 7