Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDPseudoTerminal.cpp17 #if defined(TIOCSCTTY)
269 #if defined(TIOCSCTTY) in Fork()
271 if (::ioctl (m_slave_fd, TIOCSCTTY, (char *)0) < 0) in Fork()
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDdefs.h53 #if !defined(TIOCSCTTY) && defined(TCSETCTTY)
54 # define TIOCSCTTY TCSETCTTY macro
HDsys_term.c1020 # if defined(TIOCSCTTY) && !defined(__hpux) in login_tty()
1021 if (ioctl(t, TIOCSCTTY, (char *)0) < 0 && !really_stream) in login_tty()
/NextBSD/contrib/libreadline/examples/rlfe/
HDChangeLog27 * fep.c: If a system doesn't have TIOCSCTTY, the first `open'
30 without a controlling tty if TIOCSCTTY was not available.
HDrlfe.c458 #ifdef TIOCSCTTY in main()
479 #ifdef TIOCSCTTY in main()
480 if (ioctl(slave, TIOCSCTTY, NULL)) in main()
/NextBSD/contrib/telnet/telnetd/
HDdefs.h119 #if !defined(TIOCSCTTY) && defined(TCSETCTTY)
120 # define TIOCSCTTY TCSETCTTY macro
/NextBSD/crypto/openssh/
HDsshpty.c151 #ifdef TIOCSCTTY in pty_make_controlling_tty()
153 if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) in pty_make_controlling_tty()
/NextBSD/contrib/ntp/libntp/
HDiosignal.c166 # if defined(TIOCSCTTY) && defined(USE_FSETOWNCTTY) in init_clock_sig()
176 if (ioctl(rio->fd, TIOCSCTTY, 0) == -1) in init_clock_sig()
/NextBSD/sys/sys/
HDttycom.h90 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ macro
/NextBSD/lib/libc/gen/
HDtermios.c121 return (_ioctl(fd, TIOCSCTTY, NULL)); in tcsetsid()
/NextBSD/contrib/nvi/ex/
HDex_script.c152 #ifdef TIOCSCTTY in sscr_init()
159 (void)ioctl(sc->sh_slave, TIOCSCTTY, 0); in sscr_init()
/NextBSD/sys/i386/ibcs2/
HDibcs2_fcntl.c216 fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, td->td_ucred,
/NextBSD/lib/libthr/thread/
HDthr_init.c337 if (_ioctl(fd, TIOCSCTTY, (char *) NULL) == -1) in _libpthread_init()
/NextBSD/share/doc/smm/01.setup/
HDspell.ok171 TIOCSCTTY
/NextBSD/sys/compat/svr4/
HDsvr4_fcntl.c423 fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, td->td_ucred,
/NextBSD/sys/kern/
HDtty.c517 case TIOCSCTTY: in ttydev_ioctl()
1621 case TIOCSCTTY: { in tty_generic_ioctl()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_posix.cc479 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
HDsanitizer_common_interceptors_ioctl.inc89 _(TIOCSCTTY, NONE, 0);
/NextBSD/sys/compat/linux/
HDlinux_file.c158 (void) fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, in linux_common_open()
HDlinux_ioctl.c855 args->cmd = TIOCSCTTY; in linux_ioctl_termio()
/NextBSD/sys/fs/devfs/
HDdevfs_vnops.c818 if (error == 0 && com == TIOCSCTTY) { in devfs_ioctl_f()
/NextBSD/contrib/ntp/
HDconfigure.ac1293 # while later versions will fail a ioctl(TIOCSCTTY, 0) call in
HDChangeLog2982 * [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.
HDCommitLog144069 [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.
144075 [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.
144080 [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.