/netbsd/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | ChangeLog | 27 * fep.c: If a system doesn't have TIOCSCTTY, the first `open' 30 without a controlling tty if TIOCSCTTY was not available.
|
H A D | rlfe.c | 463 #ifdef TIOCSCTTY in main() 484 #ifdef TIOCSCTTY in main() 485 if (ioctl(slave, TIOCSCTTY, NULL)) in main()
|
/netbsd/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
H A D | ChangeLog | 27 * fep.c: If a system doesn't have TIOCSCTTY, the first `open' 30 without a controlling tty if TIOCSCTTY was not available.
|
H A D | rlfe.c | 463 #ifdef TIOCSCTTY in main() 484 #ifdef TIOCSCTTY in main() 485 if (ioctl(slave, TIOCSCTTY, NULL)) in main()
|
/netbsd/crypto/external/bsd/openssh/dist/ |
H A D | sshpty.c | 101 #ifdef TIOCSCTTY in pty_make_controlling_tty() 103 if (ioctl(*ttyfd, TIOCSCTTY, NULL) == -1) in pty_make_controlling_tty()
|
/netbsd/lib/libutil/ |
H A D | login_tty.c | 56 if (ioctl(fd, TIOCSCTTY, NULL) == -1) in login_tty()
|
/netbsd/usr.sbin/sliplogin/ |
H A D | sliplogin.c | 272 #ifdef TIOCSCTTY in main() 273 if (ioctl(STDIN_FILENO, TIOCSCTTY, (caddr_t)0) != 0) in main()
|
/netbsd/external/bsd/tmux/dist/compat/ |
H A D | forkpty-haiku.c | 57 if (ioctl(slave, TIOCSCTTY, NULL) == -1) in forkpty()
|
/netbsd/external/bsd/ntp/dist/libntp/ |
H A D | iosignal.c | 168 # if defined(TIOCSCTTY) && defined(USE_FSETOWNCTTY) in init_clock_sig() 178 if (ioctl(rio->fd, TIOCSCTTY, 0) == -1) in init_clock_sig()
|
/netbsd/sys/sys/ |
H A D | ttycom.h | 148 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ macro
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | inflow.c | 841 #ifdef TIOCSCTTY 843 if (ioctl (tty, TIOCSCTTY, 0) == -1)
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | inflow.c | 841 #ifdef TIOCSCTTY 843 if (ioctl (tty, TIOCSCTTY, 0) == -1)
|
/netbsd/sys/kern/ |
H A D | tty_tty.c | 121 if (cmd == TIOCSCTTY) /* XXX */ in cttyioctl()
|
/netbsd/external/bsd/nvi/dist/ex/ |
H A D | ex_script.c | 180 #ifdef TIOCSCTTY in sscr_init() 187 (void)ioctl(sc->sh_slave, TIOCSCTTY, 0); in sscr_init()
|
/netbsd/sys/compat/ultrix/ |
H A D | ultrix_pathname.c | 185 (fp->f_ops->fo_ioctl)(fp, TIOCSCTTY, NULL); in ultrix_sys_open()
|
/netbsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 168 TIOCSCTTY
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cc | 177 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
H A D | sanitizer_platform_limits_freebsd.cc | 234 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cc | 175 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cc | 175 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
|
/netbsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 171 TIOCSCTTY
|
/netbsd/sys/compat/linux/common/ |
H A D | linux_file.c | 202 (fp->f_ops->fo_ioctl) (fp, TIOCSCTTY, NULL); in linux_open_ctty()
|
/netbsd/sys/compat/sunos/ |
H A D | sunos_misc.c | 721 (fp->f_ops->fo_ioctl)(fp, TIOCSCTTY, NULL); in sunos_sys_open()
|
H A D | sunos_ioctl.c | 544 SCARG(&pass_ua, com) = TIOCSCTTY; in sunos_sys_ioctl()
|
/netbsd/sys/compat/sunos32/ |
H A D | sunos32_ioctl.c | 568 SCARG(&bsd_ua, com) = TIOCSCTTY; in sunos32_sys_ioctl()
|