/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshpty.c | 81 #ifdef TIOCNOTTY in pty_make_controlling_tty() 84 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty() 195 (void) ioctl(fd, TIOCNOTTY, NULL); in disconnect_controlling_tty()
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | detach.c | 137 #elif defined(TIOCNOTTY) in lutil_detach() 139 (void) ioctl( sd, TIOCNOTTY, NULL ); in lutil_detach()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sys_compat.c | 231 #ifdef TIOCNOTTY 249 if (ioctl(fd, TIOCNOTTY, 0)) { in setsid()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | ttycom.d | 74 enum uint TIOCNOTTY = _IO('t', 113); // void tty association in version() local 198 enum uint TIOCNOTTY = _IO('t', 113); // void tty association in version() local 296 enum uint TIOCNOTTY = _IO('t', 113); // void tty association in version() local
|
H A D | ioctl.d | 208 enum TIOCNOTTY = 0x5422; in version() local
|
/netbsd-src/external/bsd/ntp/dist/adjtimed/ |
H A D | adjtimed.c | 143 #ifdef TIOCNOTTY in main() 145 ioctl(fd, TIOCNOTTY, 0); in main()
|
/netbsd-src/usr.sbin/bootp/bootpgw/ |
H A D | bootpgw.c | 348 #ifdef TIOCNOTTY in main() 351 ioctl(n, TIOCNOTTY, (char *) 0); in main()
|
/netbsd-src/sys/sys/ |
H A D | ttycom.h | 130 #define TIOCNOTTY _IO('t', 113) /* void tty association */ 124 #define TIOCNOTTY global() macro
|
/netbsd-src/sys/kern/ |
H A D | tty_tty.c | 123 if (cmd == TIOCNOTTY) { in cttyioctl()
|
/netbsd-src/external/bsd/am-utils/dist/libamu/ |
H A D | xutil.c | 1010 #ifdef TIOCNOTTY in amu_release_controlling_tty() 1017 if (ioctl(fd, TIOCNOTTY, 0) < 0 && errno != ENOTTY) in amu_release_controlling_tty()
|
/netbsd-src/share/doc/psd/21.ipc/ |
H A D | spell.ok | 104 TIOCNOTTY
|
/netbsd-src/usr.sbin/sliplogin/ |
H A D | sliplogin.c | 254 (void)ioctl(fd, TIOCNOTTY, (caddr_t)0); in main()
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_termios.c | 304 SCARG(&ia, com) = TIOCNOTTY; in linux_ioctl_termios()
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_termios.c | 312 SCARG(&ia, com) = TIOCNOTTY; in linux32_ioctl_termios()
|
/netbsd-src/usr.sbin/bootp/bootpd/ |
H A D | bootpd.c | 380 #ifdef TIOCNOTTY in main() 383 ioctl(n, TIOCNOTTY, (char *) 0); in main()
|
H A D | Changes | 141 Added setsid() and #ifdef TIOCNOTTY
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cc | 171 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cc | 173 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
H A D | sanitizer_platform_limits_freebsd.cc | 230 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
/netbsd-src/games/hunt/huntd/ |
H A D | driver.c | 375 #ifdef TIOCNOTTY in init() 376 (void) ioctl(fileno(stdout), TIOCNOTTY, NULL); in init()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 174 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 247 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
/netbsd-src/libexec/telnetd/ |
H A D | sys_term.c | 456 (void) ioctl(t, TIOCNOTTY, (char *)0); in getptyslave()
|
H A D | telnetd.c | 886 (void) ioctl(t, TIOCNOTTY, (char *)0); in telnet()
|
/netbsd-src/libexec/rshd/ |
H A D | rshd.c | 286 ioctl(t, TIOCNOTTY, NULL); in doit()
|