Home
last modified time | relevance | path

Searched refs:TIOCNOTTY (Results 1 – 24 of 24) sorted by relevance

/external/openssh/
Dsshpty.c104 #ifdef TIOCNOTTY in pty_make_controlling_tty()
107 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty()
223 #ifdef TIOCNOTTY in disconnect_controlling_tty()
227 (void) ioctl(fd, TIOCNOTTY, NULL); in disconnect_controlling_tty()
/external/toybox/toys/other/
Dsetsid.c48 ioctl(i, TIOCNOTTY); in setsid_main()
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h54 #define TIOCNOTTY 0x5422 macro
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc_server.c74 ioctl(i, TIOCNOTTY, 0); in main()
/external/python/cpython2/Modules/
Dtermios.c821 #ifdef TIOCNOTTY
822 {"TIOCNOTTY", TIOCNOTTY},
/external/strace/
Dterm.c276 case TIOCNOTTY: in term_ioctl()
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py189 TIOCNOTTY = (TIOC|113) variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py189 TIOCNOTTY = (TIOC|113) variable
/external/python/cpython3/Modules/
Dtermios.c897 #ifdef TIOCNOTTY
898 {"TIOCNOTTY", TIOCNOTTY},
/external/toybox/toys/pending/
Dgetty.c65 ioctl(0, TIOCNOTTY, 0); // Giveup if there is any controlling terminal in open_tty()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp173 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_platform_limits_freebsd.cpp235 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_platform_limits_posix.cpp524 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_common_interceptors_ioctl.inc72 _(TIOCNOTTY, NONE, 0);
Dsanitizer_platform_limits_netbsd.cpp2322 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_interceptors_ioctl_netbsd.inc1248 _(TIOCNOTTY, NONE, 0);
/external/toybox/lib/
Dxwrap.c201 ioctl(fd, TIOCNOTTY); in xvdaemon()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs716 pub const TIOCNOTTY: ::c_int = 21538; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c5392 #ifdef TIOCNOTTY
5393 { "TIOCNOTTY", (unsigned long) TIOCNOTTY },
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc523 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_common_interceptors_ioctl.inc69 _(TIOCNOTTY, NONE, 0);
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1203 pub const TIOCNOTTY: ::c_uint = 0x20007471; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1867 pub const TIOCNOTTY: ::c_int = tIOC | 113; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1938 pub const TIOCNOTTY: ::c_uint = 0x20007471; constant