Home
last modified time | relevance | path

Searched refs:ISTRIP (Results 1 – 25 of 33) sorted by relevance

12

/external/musl/src/termios/
Dcfmakeraw.c6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits-common.h14 #define ISTRIP 0x020 /* Strip 8th bit off characters */ macro
/external/musl/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/external/python/cpython2/Lib/
Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/external/python/cpython3/Lib/
Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c245 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY | in run_ptest()
340 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY in chk_tty_parms()
/external/musl/arch/mipsn32/bits/
Dtermios.h36 #define ISTRIP 0000040 macro
/external/musl/arch/generic/bits/
Dtermios.h35 #define ISTRIP 0000040 macro
/external/musl/arch/mips/bits/
Dtermios.h36 #define ISTRIP 0000040 macro
/external/musl/arch/powerpc64/bits/
Dtermios.h37 #define ISTRIP 0000040 macro
/external/musl/arch/powerpc/bits/
Dtermios.h37 #define ISTRIP 0000040 macro
/external/musl/arch/mips64/bits/
Dtermios.h36 #define ISTRIP 0000040 macro
/external/rust/crates/libc/src/unix/solarish/
Dcompat.rs12 !(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py86 ISTRIP = 0000040 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py86 ISTRIP = 0000040 variable
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c73 buf.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in tty_semi_raw()
/external/python/cpython2/Modules/
Dtermios.c384 {"ISTRIP", ISTRIP},
/external/python/cpython3/Modules/
Dtermios.c434 {"ISTRIP", ISTRIP},
/external/toybox/toys/pending/
Dstty.c94 { "parmrk", PARMRK }, { "inpck", INPCK }, { "istrip", ISTRIP },
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py381 iflag &= ~(TERMIOS.INPCK|TERMIOS.ISTRIP)
/external/mksh/src/
Dmain.c2030 cb.c_iflag &= ~(ISTRIP); in x_mkraw()
2033 cb.c_iflag &= ~(INLCR | ICRNL | ISTRIP); in x_mkraw()
/external/python/pyserial/serial/
Dserialposix.py465 iflag &= ~(termios.INPCK | termios.ISTRIP)
/external/minijail/linux-x86/
Dlibconstants.gen.c2758 #ifdef ISTRIP
2759 { "ISTRIP", (unsigned long) ISTRIP },
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs398 pub const ISTRIP: ::tcflag_t = 0x00000020; constant
/external/rust/crates/nix/src/sys/
Dtermios.rs634 ISTRIP;

12