Home
last modified time | relevance | path

Searched refs:TIOCNOTTY (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshpty.c81 #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 Ddetach.c137 #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 Dsys_compat.c231 #ifdef TIOCNOTTY
249 if (ioctl(fd, TIOCNOTTY, 0)) { in setsid()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dttycom.d74 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 Dioctl.d208 enum TIOCNOTTY = 0x5422; in version() local
/netbsd-src/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c143 #ifdef TIOCNOTTY in main()
145 ioctl(fd, TIOCNOTTY, 0); in main()
/netbsd-src/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c348 #ifdef TIOCNOTTY in main()
351 ioctl(n, TIOCNOTTY, (char *) 0); in main()
/netbsd-src/sys/sys/
H A Dttycom.h130 #define TIOCNOTTY _IO('t', 113) /* void tty association */
124 #define TIOCNOTTY global() macro
/netbsd-src/sys/kern/
H A Dtty_tty.c123 if (cmd == TIOCNOTTY) { in cttyioctl()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c1010 #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 Dspell.ok104 TIOCNOTTY
/netbsd-src/usr.sbin/sliplogin/
H A Dsliplogin.c254 (void)ioctl(fd, TIOCNOTTY, (caddr_t)0); in main()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_termios.c304 SCARG(&ia, com) = TIOCNOTTY; in linux_ioctl_termios()
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_termios.c312 SCARG(&ia, com) = TIOCNOTTY; in linux32_ioctl_termios()
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c380 #ifdef TIOCNOTTY in main()
383 ioctl(n, TIOCNOTTY, (char *) 0); in main()
H A DChanges141 Added setsid() and #ifdef TIOCNOTTY
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc171 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc173 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
H A Dsanitizer_platform_limits_freebsd.cc230 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
/netbsd-src/games/hunt/huntd/
H A Ddriver.c375 #ifdef TIOCNOTTY in init()
376 (void) ioctl(fileno(stdout), TIOCNOTTY, NULL); in init()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp174 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
H A Dsanitizer_platform_limits_freebsd.cpp247 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
/netbsd-src/libexec/telnetd/
H A Dsys_term.c456 (void) ioctl(t, TIOCNOTTY, (char *)0); in getptyslave()
H A Dtelnetd.c886 (void) ioctl(t, TIOCNOTTY, (char *)0); in telnet()
/netbsd-src/libexec/rshd/
H A Drshd.c286 ioctl(t, TIOCNOTTY, NULL); in doit()

12