Searched refs:TIOCSCTTY (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
H A Dioctls.h32 #define TIOCSCTTY 0x540E macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dioctls.h96 #define TIOCSCTTY 0x5480 /* become controlling tty */ macro
/external/toybox/toys/pending/
H A Dopenvt.c119 ioctl(vt_fd, TIOCSCTTY, 0);
H A Dgetty.c135 if (ioctl(0, TIOCSCTTY, 1) < 0) perror_msg("ioctl(TIOCSCTTY)");
H A Dinit.c220 if (hyphen) ioctl(0, TIOCSCTTY, 0);
/external/openssh/
H A Dsshpty.c158 #ifdef TIOCSCTTY
159 debug("Setting controlling tty using TIOCSCTTY.");
160 if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0)
161 error("ioctl(TIOCSCTTY): %.100s", strerror(errno));
162 #endif /* TIOCSCTTY */
/external/strace/
H A Dterm.c219 case TIOCSCTTY:
/external/valgrind/memcheck/tests/solaris/
H A Dscalar_ioctl.c149 GO(SYS_ioctl, "(TIOCSCTTY) 2s 0m");
150 SY(SYS_ioctl, x0 - 1, x0 + TIOCSCTTY); FAIL;
H A Dscalar_ioctl.stderr.exp271 54: SYS_ioctl (TIOCSCTTY) 2s 0m
/external/libchrome/base/process/
H A Dlaunch_posix.cc438 ioctl(options.ctrl_terminal_fd, TIOCSCTTY, nullptr)) == -1) {
439 RAW_LOG(WARNING, "ioctl(TIOCSCTTY), ctrl terminal not set");
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc73 _(TIOCSCTTY, NONE, 0);
H A Dsanitizer_platform_limits_posix.cc527 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
/external/mksh/src/
H A Dmisc.c39 #ifdef TIOCSCTTY
461 errorf("no TIOCSCTTY ioctl");
2047 if (ioctl(fd, TIOCSCTTY, NULL) == -1)
2048 errorf(Tf_sD_s_s, "chvt", "TIOCSCTTY", "failed");
/external/valgrind/include/vki/
H A Dvki-darwin.h899 #define VKI_TIOCSCTTY TIOCSCTTY
H A Dvki-solaris.h1250 #define VKI_TIOCSCTTY TIOCSCTTY

Completed in 1436 milliseconds