| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | termios-c_iflag.h | 29 #define ISTRIP 0000040 /* Strip 8th bit off characters. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | termios-c_iflag.h | 29 #define ISTRIP 0000040 /* Strip 8th bit off characters. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | empeg.c | 95 | ISTRIP /* disable clear high bit of input characters */ in empeg_init_termios()
|
| H A D | cypress_m8.c | 944 | ISTRIP /* disable clear high bit of input char */ in cypress_set_termios()
|
| /OK3568_Linux_fs/buildroot/package/uemacs/ |
| H A D | 01-clear-ixon-termios-flag.patch | 18 /* raw CR/NL etc input handling, but keep ISTRIP if we're on a 7-bit line */
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 69 #define ISTRIP 0000040 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 68 #define ISTRIP 0000040 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 72 #define ISTRIP 0000040 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 68 #define ISTRIP 0000040 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 77 #define ISTRIP 0000040 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 83 #define ISTRIP 0000040 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 68 #define ISTRIP 0000040 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 88 #define ISTRIP 0000040 /* Strip 8th bit off characters. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 80 #define ISTRIP 0000040 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 98 #define ISTRIP 0x00000020 macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 276 nTty.c_iflag = (IGNPAR | IGNBRK) & (~PARMRK) & (~ISTRIP); in xf86OpenConsole()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | bt_test.c | 843 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart_brcm() 873 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart_rtk()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serdev/ |
| H A D | serdev-ttyport.c | 136 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 149 t.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR in xf86OpenSerial()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/brcm-tools/files/ |
| H A D | brcm_patchram_plus1.c | 621 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/brcm_tools/ |
| H A D | brcm_patchram_plus1.c | 671 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 135 #define I_ISTRIP(tty) _I_FLAG((tty), ISTRIP)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | To-aviod-buffer-overflow-in-telnet.patch | 1170 tmp_tc.c_iflag |= ISTRIP;
|