Searched refs:TIOCSCTTY (Results 1 – 17 of 17) sorted by relevance
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 33 #define TIOCSCTTY 0x540E macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 98 #define TIOCSCTTY 0x5480 /* become controlling tty */ macro
|
/external/toybox/toys/pending/ |
D | openvt.c | 119 ioctl(vt_fd, TIOCSCTTY, 0); in openvt_main()
|
D | getty.c | 135 if (ioctl(0, TIOCSCTTY, 1) < 0) perror_msg("ioctl(TIOCSCTTY)"); in open_tty()
|
D | init.c | 220 if (hyphen) ioctl(0, TIOCSCTTY, 0); in run_command()
|
/external/python/cpython2/Modules/ |
D | termios.c | 851 #ifdef TIOCSCTTY 852 {"TIOCSCTTY", TIOCSCTTY},
|
/external/python/cpython3/Modules/ |
D | termios.c | 881 #ifdef TIOCSCTTY 882 {"TIOCSCTTY", TIOCSCTTY},
|
/external/strace/ |
D | term.c | 218 case TIOCSCTTY: in term_ioctl()
|
D | ChangeLog | 42434 Decode TIOCSCTTY's third parameter. 42435 * term.c (term_ioctl): Decode TIOCSCTTY's third parameter.
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 449 ioctl(options.ctrl_terminal_fd, TIOCSCTTY, nullptr)) == -1) { in LaunchProcess()
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar_ioctl.c | 192 SY(SYS_ioctl, x0 - 1, x0 + TIOCSCTTY); FAIL; in sys_ioctl_TIOCSCTTY()
|
D | scalar_ioctl.stderr.exp | 331 54: SYS_ioctl (TIOCSCTTY) 2s 0m
|
/external/mksh/src/ |
D | misc.c | 41 #ifdef TIOCSCTTY 2345 if (ioctl(fd, TIOCSCTTY, NULL) == -1) in chvt()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 899 #define VKI_TIOCSCTTY TIOCSCTTY
|
D | vki-solaris.h | 1325 #define VKI_TIOCSCTTY TIOCSCTTY
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 527 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
D | sanitizer_common_interceptors_ioctl.inc | 73 _(TIOCSCTTY, NONE, 0);
|