Searched refs:TIOCNOTTY (Results 1 – 16 of 16) sorted by relevance
/external/openssh/ |
D | sshpty.c | 138 #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/ |
D | setsid.c | 47 ioctl(i, TIOCNOTTY); in setsid_main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 54 #define TIOCNOTTY 0x5422 macro
|
/external/ltp/testcases/network/rpc/basic_tests/rpc01/ |
D | rpc_server.c | 74 ioctl(i, TIOCNOTTY, 0); in main()
|
/external/python/cpython2/Modules/ |
D | termios.c | 821 #ifdef TIOCNOTTY 822 {"TIOCNOTTY", TIOCNOTTY},
|
/external/python/cpython3/Modules/ |
D | termios.c | 849 #ifdef TIOCNOTTY 850 {"TIOCNOTTY", TIOCNOTTY},
|
/external/strace/ |
D | term.c | 276 case TIOCNOTTY: in term_ioctl()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 189 TIOCNOTTY = (TIOC|113) variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 189 TIOCNOTTY = (TIOC|113) variable
|
/external/toybox/toys/pending/ |
D | getty.c | 126 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/ |
D | hexagon.rs | 762 pub const TIOCNOTTY: ::c_int = 21538; constant
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 523 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
D | sanitizer_common_interceptors_ioctl.inc | 69 _(TIOCNOTTY, NONE, 0);
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1010 pub const TIOCNOTTY: ::c_uint = 0x20007471; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1828 pub const TIOCNOTTY: ::c_int = (tIOC | 113); constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 1730 pub const TIOCNOTTY: ::c_uint = 0x20007471; constant
|