Home
last modified time | relevance | path

Searched refs:ISTRIP (Results 1 - 25 of 58) sorted by relevance

123

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK,
163 termios.c_iflag &= !(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
H A Dtypes.rs139 /// `ISTRIP`
140 pub const ISTRIP: c::c_uint = linux_raw_sys::general::ISTRIP; consts
/third_party/musl/src/termios/
H A Dcfmakeraw.c6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/include/sys/
H A Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
/third_party/python/Lib/
H A Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h35 #define ISTRIP 0000040 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h35 #define ISTRIP 0000040 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h35 #define ISTRIP 0000040 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h35 #define ISTRIP 0000040 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h35 #define ISTRIP 0000040 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h35 #define ISTRIP 0000040 macro
/third_party/libuv/src/unix/
H A Dtty.c252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
317 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A 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()
/third_party/node/deps/uv/src/unix/
H A Dtty.c252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
312 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
/third_party/musl/arch/mips/bits/
H A Dtermios.h36 #define ISTRIP 0000040 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h37 #define ISTRIP 0000040 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h36 #define ISTRIP 0000040 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h36 #define ISTRIP 0000040 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h37 #define ISTRIP 0000040 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c38 C(ISTRIP) in f()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs12 !(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()

Completed in 10 milliseconds

123