Home
last modified time | relevance | path

Searched refs:TIOCSCTTY (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp20 #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 Ddefs.h53 #if !defined(TIOCSCTTY) && defined(TCSETCTTY)
54 # define TIOCSCTTY TCSETCTTY macro
H A Dsys_term.c1020 # 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 Dsshpty.c125 #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 Diosignal.c166 # 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 Drevoke.sh103 if (ioctl(ttyfd, TIOCSCTTY) < 0) {
/freebsd/sys/sys/
H A Dttycom.h79 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ macro
/freebsd/lib/libc/gen/
H A Dtermios.c117 return (_ioctl(fd, TIOCSCTTY, NULL)); in tcsetsid()
/freebsd/contrib/nvi/ex/
H A Dex_script.c150 #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 Dsanitizer_platform_limits_solaris.cpp178 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
H A Dsanitizer_platform_limits_freebsd.cpp263 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
H A Dsanitizer_platform_limits_posix.cpp584 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
H A Dsanitizer_common_interceptors_ioctl.inc76 _(TIOCSCTTY, NONE, 0);
H A Dsanitizer_platform_limits_netbsd.cpp2338 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1263 _(TIOCSCTTY, NONE, 0);
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok170 TIOCSCTTY
/freebsd/sys/kern/
H A Dtty.c580 case TIOCSCTTY: in ttydev_ioctl()
1844 case TIOCSCTTY: { in tty_generic_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_file.c193 (void) fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, in linux_common_open()
H A Dlinux_ioctl.c825 args->cmd = TIOCSCTTY; in linux_ioctl_termio()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c957 if (error == 0 && com == TIOCSCTTY) { in devfs_ioctl()
/freebsd/contrib/ntp/
H A Dconfigure.ac1295 # while later versions will fail a ioctl(TIOCSCTTY, 0) call in
H A DChangeLog3815 * [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.
H A DCommitLog[all...]