/third_party/musl/src/misc/ |
H A D | login_tty.c | 8 if (ioctl(fd, TIOCSCTTY, (char *)0)) return -1; in login_tty()
|
/third_party/toybox/toys/pending/ |
H A D | openvt.c | 78 ioctl(0, TIOCSCTTY, 0); in openvt_main()
|
H A D | getty.c | 135 if (ioctl(0, TIOCSCTTY, 1) < 0) perror_msg("ioctl(TIOCSCTTY)"); in open_tty()
|
H A D | init.c | 233 if (hyphen) ioctl(0, TIOCSCTTY, 0); in run_command()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 24 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 24 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 24 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 24 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 73 #define TIOCSCTTY 0x5480 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 73 #define TIOCSCTTY 0x5480 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 52 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 73 #define TIOCSCTTY 0x5480 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 52 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 39 #define TIOCSCTTY _IO('T', 14) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 41 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 41 #define TIOCSCTTY 0x540E macro
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 150 // Use TIOCSCTTY to set the subordinate device as our controlling in forkpty() 155 || ::ioctl(fds, TIOCSCTTY, 0) < 0 in forkpty()
|
/third_party/python/Modules/ |
H A D | termios.c | 1156 #ifdef TIOCSCTTY 1157 {"TIOCSCTTY", TIOCSCTTY},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 139 pub const TIOCSCTTY: ::Ioctl = 0x540E; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 126 pub const TIOCSCTTY: ::Ioctl = 0x5480; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 118 pub const TIOCSCTTY: ::Ioctl = 0x20007484; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 118 pub const TIOCSCTTY: ::Ioctl = 0x540E; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 632 pub const TIOCSCTTY: ::c_ulong = 0x20007461; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 353 pub const TIOCSCTTY: ::c_ulong = 21518; consts
|
/third_party/mksh/ |
H A D | misc.c | 42 #ifdef TIOCSCTTY 485 errorf("no TIOCSCTTY ioctl"); in parse_args() 2408 if (ioctl(fd, TIOCSCTTY, NULL) == -1) in chvt() 2409 errorf(Tf_sD_s_s, "chvt", "TIOCSCTTY", "failed"); in chvt()
|