HomeSort by relevance Sort by last modified time
    Searched refs:c_iflag (Results 26 - 43 of 43) sorted by null

12

  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
termbits.h 21 tcflag_t c_iflag; member in struct:termios
  /ndk/build/platforms/android-8/arch-arm/usr/include/
termios.h 104 s->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
termios.h 104 s->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
  /external/strace/
term.c 237 (long) tios.c_iflag, (long) tios.c_oflag);
273 (long) tio.c_iflag, (long) tio.c_oflag);
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsevents.c 56 tty.c_iflag = IGNPAR | IGNBRK;
  /system/core/toolbox/
readtty.c 114 ttyarg.c_iflag = BRKINT | ICRNL;
  /external/dropbear/
sshpty.c 225 tio.c_iflag |= ICRNL;
svr-chansession.c 482 termio.c_iflag |= termcode->mapcode;
484 termio.c_iflag &= ~(termcode->mapcode);
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 231 // cur_termios.c_iflag &= ~(ICRNL | INPCK | ISTRIP | IXON);
232 // cur_termios.c_iflag |= (BRKINT);
237 cur_termios.c_iflag &= ~(ISTRIP | IGNCR | ICRNL | INLCR | IXOFF | IXON);
  /frameworks/base/libs/surfaceflinger/DisplayHardware/
DisplayHardwareBase.cpp 215 ttyarg.c_iflag = 0;
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 331 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP
  /external/kernel-headers/original/linux/
tty.h 97 #define _I_FLAG(tty,f) ((tty)->termios->c_iflag & (f))
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 193 keyboard_termios.c_iflag &= ~(ISTRIP | IGNCR | ICRNL | INLCR | IXOFF | IXON);
675 mouse_termios.c_iflag = IGNBRK | IGNPAR;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 186 keyboard_termios.c_iflag &= ~(ISTRIP | IGNCR | ICRNL | INLCR | IXOFF | IXON);
556 mouse_termios.c_iflag = IGNBRK | IGNPAR;
  /external/ppp/pppd/
sys-linux.c 919 tios.c_iflag = IGNBRK | IGNPAR;
934 tios.c_iflag |= IXON | IXOFF;
    [all...]
sys-solaris.c 1231 tios.c_iflag = IGNBRK | IGNPAR;
1238 tios.c_iflag |= IXON | IXOFF;
    [all...]
  /external/qemu/
qemu-char-android.c 750 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP
838 termios_p->c_iflag &=
1061 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP
    [all...]
qemu-char.c 718 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP
806 termios_p->c_iflag &=
1028 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP
    [all...]

Completed in 8660 milliseconds

12