| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | PseudoTerminal.cpp | 17 #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/ |
| HD | defs.h | 53 #if !defined(TIOCSCTTY) && defined(TCSETCTTY) 54 # define TIOCSCTTY TCSETCTTY macro
|
| HD | 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()
|
| /NextBSD/contrib/libreadline/examples/rlfe/ |
| HD | ChangeLog | 27 * fep.c: If a system doesn't have TIOCSCTTY, the first `open' 30 without a controlling tty if TIOCSCTTY was not available.
|
| HD | rlfe.c | 458 #ifdef TIOCSCTTY in main() 479 #ifdef TIOCSCTTY in main() 480 if (ioctl(slave, TIOCSCTTY, NULL)) in main()
|
| /NextBSD/contrib/telnet/telnetd/ |
| HD | defs.h | 119 #if !defined(TIOCSCTTY) && defined(TCSETCTTY) 120 # define TIOCSCTTY TCSETCTTY macro
|
| /NextBSD/crypto/openssh/ |
| HD | sshpty.c | 151 #ifdef TIOCSCTTY in pty_make_controlling_tty() 153 if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) in pty_make_controlling_tty()
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | 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()
|
| /NextBSD/sys/sys/ |
| HD | ttycom.h | 90 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ macro
|
| /NextBSD/lib/libc/gen/ |
| HD | termios.c | 121 return (_ioctl(fd, TIOCSCTTY, NULL)); in tcsetsid()
|
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_script.c | 152 #ifdef TIOCSCTTY in sscr_init() 159 (void)ioctl(sc->sh_slave, TIOCSCTTY, 0); in sscr_init()
|
| /NextBSD/sys/i386/ibcs2/ |
| HD | ibcs2_fcntl.c | 216 fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, td->td_ucred,
|
| /NextBSD/lib/libthr/thread/ |
| HD | thr_init.c | 337 if (_ioctl(fd, TIOCSCTTY, (char *) NULL) == -1) in _libpthread_init()
|
| /NextBSD/share/doc/smm/01.setup/ |
| HD | spell.ok | 171 TIOCSCTTY
|
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_fcntl.c | 423 fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, td->td_ucred,
|
| /NextBSD/sys/kern/ |
| HD | tty.c | 517 case TIOCSCTTY: in ttydev_ioctl() 1621 case TIOCSCTTY: { in tty_generic_ioctl()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_posix.cc | 479 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
| HD | sanitizer_common_interceptors_ioctl.inc | 89 _(TIOCSCTTY, NONE, 0);
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_file.c | 158 (void) fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, in linux_common_open()
|
| HD | linux_ioctl.c | 855 args->cmd = TIOCSCTTY; in linux_ioctl_termio()
|
| /NextBSD/sys/fs/devfs/ |
| HD | devfs_vnops.c | 818 if (error == 0 && com == TIOCSCTTY) { in devfs_ioctl_f()
|
| /NextBSD/contrib/ntp/ |
| HD | configure.ac | 1293 # while later versions will fail a ioctl(TIOCSCTTY, 0) call in
|
| HD | ChangeLog | 2982 * [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.
|
| HD | CommitLog | 144069 [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.
|