Searched refs:TIOCNOTTY (Results 1 – 15 of 15) 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/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 53 #define TIOCNOTTY 0x5422 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 47 #define TIOCNOTTY 0x5471 /* void tty association */ macro
|
/external/ltp/testcases/network/rpc/basic_tests/rpc01/ |
D | rpc_server.c | 73 ioctl(i, TIOCNOTTY, 0); in main()
|
/external/python/cpython2/Modules/ |
D | termios.c | 818 #ifdef TIOCNOTTY 819 {"TIOCNOTTY", TIOCNOTTY},
|
/external/strace/ |
D | term.c | 272 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/valgrind/memcheck/tests/solaris/ |
D | scalar_ioctl.c | 185 SY(SYS_ioctl, x0 - 1, x0 + TIOCNOTTY); FAIL; in sys_ioctl_TIOCNOTTY()
|
D | scalar_ioctl.stderr.exp | 322 54: SYS_ioctl (TIOCNOTTY) 2s 0m
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 883 #define VKI_TIOCNOTTY TIOCNOTTY
|
D | vki-solaris.h | 1324 #define VKI_TIOCNOTTY TIOCNOTTY
|
/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);
|