Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A DChangeLog27 * fep.c: If a system doesn't have TIOCSCTTY, the first `open'
30 without a controlling tty if TIOCSCTTY was not available.
H A Drlfe.c463 #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 DChangeLog27 * fep.c: If a system doesn't have TIOCSCTTY, the first `open'
30 without a controlling tty if TIOCSCTTY was not available.
H A Drlfe.c463 #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 Dsshpty.c101 #ifdef TIOCSCTTY in pty_make_controlling_tty()
103 if (ioctl(*ttyfd, TIOCSCTTY, NULL) == -1) in pty_make_controlling_tty()
/netbsd/lib/libutil/
H A Dlogin_tty.c56 if (ioctl(fd, TIOCSCTTY, NULL) == -1) in login_tty()
/netbsd/usr.sbin/sliplogin/
H A Dsliplogin.c272 #ifdef TIOCSCTTY in main()
273 if (ioctl(STDIN_FILENO, TIOCSCTTY, (caddr_t)0) != 0) in main()
/netbsd/external/bsd/tmux/dist/compat/
H A Dforkpty-haiku.c57 if (ioctl(slave, TIOCSCTTY, NULL) == -1) in forkpty()
/netbsd/external/bsd/ntp/dist/libntp/
H A Diosignal.c168 # 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 Dttycom.h148 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ macro
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dinflow.c841 #ifdef TIOCSCTTY
843 if (ioctl (tty, TIOCSCTTY, 0) == -1)
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dinflow.c841 #ifdef TIOCSCTTY
843 if (ioctl (tty, TIOCSCTTY, 0) == -1)
/netbsd/sys/kern/
H A Dtty_tty.c121 if (cmd == TIOCSCTTY) /* XXX */ in cttyioctl()
/netbsd/external/bsd/nvi/dist/ex/
H A Dex_script.c180 #ifdef TIOCSCTTY in sscr_init()
187 (void)ioctl(sc->sh_slave, TIOCSCTTY, 0); in sscr_init()
/netbsd/sys/compat/ultrix/
H A Dultrix_pathname.c185 (fp->f_ops->fo_ioctl)(fp, TIOCSCTTY, NULL); in ultrix_sys_open()
/netbsd/share/doc/psd/05.sysman/
H A Dspell.ok168 TIOCSCTTY
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc177 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
H A Dsanitizer_platform_limits_freebsd.cc234 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc175 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc175 unsigned IOCTL_TIOCSCTTY = TIOCSCTTY;
/netbsd/share/doc/smm/01.setup/
H A Dspell.ok171 TIOCSCTTY
/netbsd/sys/compat/linux/common/
H A Dlinux_file.c202 (fp->f_ops->fo_ioctl) (fp, TIOCSCTTY, NULL); in linux_open_ctty()
/netbsd/sys/compat/sunos/
H A Dsunos_misc.c721 (fp->f_ops->fo_ioctl)(fp, TIOCSCTTY, NULL); in sunos_sys_open()
H A Dsunos_ioctl.c544 SCARG(&pass_ua, com) = TIOCSCTTY; in sunos_sys_ioctl()
/netbsd/sys/compat/sunos32/
H A Dsunos32_ioctl.c568 SCARG(&bsd_ua, com) = TIOCSCTTY; in sunos32_sys_ioctl()

12