Home
last modified time | relevance | path

Searched refs:TIOCSCTTY (Results 1 - 25 of 46) sorted by relevance

12

/third_party/musl/src/misc/
H A Dlogin_tty.c8 if (ioctl(fd, TIOCSCTTY, (char *)0)) return -1; in login_tty()
/third_party/toybox/toys/pending/
H A Dopenvt.c78 ioctl(0, TIOCSCTTY, 0); in openvt_main()
H A Dgetty.c135 if (ioctl(0, TIOCSCTTY, 1) < 0) perror_msg("ioctl(TIOCSCTTY)"); in open_tty()
H A Dinit.c233 if (hyphen) ioctl(0, TIOCSCTTY, 0); in run_command()
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dioctl.h24 #define TIOCSCTTY 0x540E macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dioctl.h24 #define TIOCSCTTY 0x540E macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dioctl.h24 #define TIOCSCTTY 0x540E macro
/third_party/musl/arch/generic/bits/
H A Dioctl.h24 #define TIOCSCTTY 0x540E macro
/third_party/musl/arch/mips64/bits/
H A Dioctl.h73 #define TIOCSCTTY 0x5480 macro
/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h73 #define TIOCSCTTY 0x5480 macro
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h52 #define TIOCSCTTY 0x540E macro
/third_party/musl/arch/mips/bits/
H A Dioctl.h73 #define TIOCSCTTY 0x5480 macro
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h52 #define TIOCSCTTY 0x540E macro
/third_party/musl/arch/sh/bits/
H A Dioctl.h39 #define TIOCSCTTY _IO('T', 14) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dioctl.h41 #define TIOCSCTTY 0x540E macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dioctl.h41 #define TIOCSCTTY 0x540E macro
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs150 // 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 Dtermios.c1156 #ifdef TIOCSCTTY
1157 {"TIOCSCTTY", TIOCSCTTY},
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs139 pub const TIOCSCTTY: ::Ioctl = 0x540E; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs126 pub const TIOCSCTTY: ::Ioctl = 0x5480; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs118 pub const TIOCSCTTY: ::Ioctl = 0x20007484; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs118 pub const TIOCSCTTY: ::Ioctl = 0x540E; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs632 pub const TIOCSCTTY: ::c_ulong = 0x20007461; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/
H A Dmod.rs353 pub const TIOCSCTTY: ::c_ulong = 21518; consts
/third_party/mksh/
H A Dmisc.c42 #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()

Completed in 19 milliseconds

12