Home
last modified time | relevance | path

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

/external/openssh/
Dsshpty.c138 #ifdef TIOCNOTTY in pty_make_controlling_tty()
141 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty()
256 #ifdef TIOCNOTTY in disconnect_controlling_tty()
260 (void) ioctl(fd, TIOCNOTTY, NULL); in disconnect_controlling_tty()
/external/toybox/toys/other/
Dsetsid.c47 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/python/cpython3/Modules/
Dtermios.c849 #ifdef TIOCNOTTY
850 {"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/toybox/toys/pending/
Dgetty.c126 ioctl(0, TIOCNOTTY, 0); // Giveup if there is any controlling terminal in open_tty()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs762 pub const TIOCNOTTY: ::c_int = 21538; constant
/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.rs1010 pub const TIOCNOTTY: ::c_uint = 0x20007471; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1828 pub const TIOCNOTTY: ::c_int = (tIOC | 113); constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1730 pub const TIOCNOTTY: ::c_uint = 0x20007471; constant