/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | PseudoTerminal.cpp | 20 #if defined(TIOCSCTTY) 164 #if defined(TIOCSCTTY) in Fork() 166 if (::ioctl(m_secondary_fd, TIOCSCTTY, (char *)0) < 0) { in Fork()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | defs.h | 53 #if !defined(TIOCSCTTY) && defined(TCSETCTTY) 54 # define TIOCSCTTY TCSETCTTY macro
|
H A D | sys_term.c | 1020 # if defined(TIOCSCTTY) && !defined(__hpux) in login_tty() 1021 if (ioctl(t, TIOCSCTTY, (char *)0) < 0 && !really_stream) in login_tty()
|
/freebsd/crypto/openssh/ |
H A D | sshpty.c | 125 #ifdef TIOCSCTTY in pty_make_controlling_tty() 127 if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) in pty_make_controlling_tty()
|
/freebsd/contrib/ntp/libntp/ |
H A D | iosignal.c | 166 # if defined(TIOCSCTTY) && defined(USE_FSETOWNCTTY) in init_clock_sig() 176 if (ioctl(rio->fd, TIOCSCTTY, 0) == -1) in init_clock_sig()
|
/freebsd/tools/test/stress2/misc/ |
H A D | revoke.sh | 103 if (ioctl(ttyfd, TIOCSCTTY) < 0) {
|
/freebsd/sys/sys/ |
H A D | ttycom.h | 79 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ macro
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 117 return (_ioctl(fd, TIOCSCTTY, NULL)); in tcsetsid()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_script.c | 150 #ifdef TIOCSCTTY in sscr_init() 157 (void)ioctl(sc->sh_slave, TIOCSCTTY, 0); in sscr_init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 178 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 263 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
H A D | sanitizer_platform_limits_posix.cpp | 584 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 76 _(TIOCSCTTY, NONE, 0);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2338 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1263 _(TIOCSCTTY, NONE, 0);
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 170 TIOCSCTTY
|
/freebsd/sys/kern/ |
H A D | tty.c | 580 case TIOCSCTTY: in ttydev_ioctl() 1844 case TIOCSCTTY: { in tty_generic_ioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 193 (void) fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, in linux_common_open()
|
H A D | linux_ioctl.c | 825 args->cmd = TIOCSCTTY; in linux_ioctl_termio()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vnops.c | 957 if (error == 0 && com == TIOCSCTTY) { in devfs_ioctl()
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 1295 # while later versions will fail a ioctl(TIOCSCTTY, 0) call in
|
H A D | ChangeLog | 3815 * [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.
|
H A D | CommitLog | [all...] |