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

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
termbits.h 73 #define IGNPAR 0000004
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
termbits.h 73 #define IGNPAR 0000004
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsevents.c 56 tty.c_iflag = IGNPAR | IGNBRK;
  /device/moto/stingray/recovery/
masterclear_bp.c 119 tio.c_iflag = IGNBRK | IGNPAR; //work code
  /external/dropbear/
cli-chansession.c 126 tio.c_iflag |= IGNPAR;
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 204 gComPortContext.nIoConfig.c_iflag = IGNPAR; /* Input mode flags : IGNPAR Ignore parity errors */
  /external/kernel-headers/original/linux/
tty.h 106 #define I_IGNPAR(tty) _I_FLAG((tty),IGNPAR)
  /external/ppp/pppd/
sys-linux.c 919 tios.c_iflag = IGNBRK | IGNPAR;
    [all...]
sys-solaris.c 1231 tios.c_iflag = IGNBRK | IGNPAR;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 675 mouse_termios.c_iflag = IGNBRK | IGNPAR;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 556 mouse_termios.c_iflag = IGNBRK | IGNPAR;

Completed in 368 milliseconds

12