/third_party/ltp/testcases/kernel/pty/ |
D | pty05.c | 69 SAFE_IOCTL(ptmx, TCXONC, TCOOFF); in run() 73 ioctl(ptmx, TCXONC, TCOON); in run()
|
/third_party/musl/src/termios/ |
D | tcflow.c | 6 return ioctl(fd, TCXONC, action); in tcflow()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 23 TCFLSH, TCGETS, TCSBRK, TCSETS, TCXONC, TIOCGPGRP, TIOCGSID, TIOCGWINSZ, TIOCSPGRP, TIOCSWINSZ, 108 c_uint(TCXONC), in tcflow()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 35 #define TCXONC _IO('t', 30) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 37 #define TCXONC 0x540A macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 35 #define TCXONC _IO('t', 30) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 37 #define TCXONC 0x540A macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 25 #define TCXONC _IO('t', 30) macro
|
/third_party/python/Modules/ |
D | termios.c | 820 #ifdef TCXONC 821 {"TCXONC", TCXONC},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 114 pub const TCXONC: ::Ioctl = 0x20005406; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 114 pub const TCXONC: ::Ioctl = 0x2000741E; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 122 pub const TCXONC: ::Ioctl = 0x5406; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 135 pub const TCXONC: ::Ioctl = 0x540A; constant
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 9 #define TCXONC 0x540aul macro 1565 #define TCXONC 0x540aul macro 3125 #define TCXONC 0x540aul macro 4681 #define TCXONC 0x540aul macro 6133 #define TCXONC 0x2000741eul macro 7580 #define TCXONC 0x5406ul macro 9130 #define TCXONC 0x5406ul macro 10680 #define TCXONC 0x540aul macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 951 TCXONC
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 7 TCXONC
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
D | mod.rs | 496 pub const TCXONC: ::c_int = 21514; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 9 pub const TCXONC: u32 = 21514; constant
|