HomeSort by: relevance | last modified time | path
    Searched refs:TIOCNOTTY (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/libraries/liblutil/
detach.c 137 #elif defined(TIOCNOTTY)
139 (void) ioctl( sd, TIOCNOTTY, NULL );
  /src/crypto/external/bsd/openssh/dist/
sshpty.c 84 #ifdef TIOCNOTTY
87 (void) ioctl(fd, TIOCNOTTY, NULL);
90 #endif /* TIOCNOTTY */
198 (void) ioctl(fd, TIOCNOTTY, NULL);
  /src/external/ibm-public/postfix/dist/src/util/
sys_compat.c 231 #ifdef TIOCNOTTY
249 if (ioctl(fd, TIOCNOTTY, 0)) {
250 msg_warn("ioctl TIOCNOTTY: %m");
  /src/sys/sys/
ttycom.h 130 #define TIOCNOTTY _IO('t', 113) /* void tty association */
  /src/sys/kern/
tty_tty.c 123 if (cmd == TIOCNOTTY) {
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 349 #ifdef TIOCNOTTY
352 ioctl(n, TIOCNOTTY, (char *) 0);
355 #endif /* TIOCNOTTY */
  /src/external/bsd/ntp/dist/adjtimed/
adjtimed.c 143 #ifdef TIOCNOTTY
145 ioctl(fd, TIOCNOTTY, 0);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
ttycom.d 74 enum uint TIOCNOTTY = _IO('t', 113); // void tty association
198 enum uint TIOCNOTTY = _IO('t', 113); // void tty association
296 enum uint TIOCNOTTY = _IO('t', 113); // void tty association
ioctl.d 208 enum TIOCNOTTY = 0x5422;
  /src/external/gpl3/gdb.old/dist/gdb/
inflow.c 378 the TIOCNOTTY ioctl, or simply if we've attached to a
803 #ifdef TIOCNOTTY
812 ioctl (tty, TIOCNOTTY, 0);
  /src/external/gpl3/gdb/dist/gdb/
inflow.c 405 the TIOCNOTTY ioctl, or simply if we've attached to a
830 #ifdef TIOCNOTTY
839 ioctl (tty, TIOCNOTTY, 0);
  /src/usr.sbin/sliplogin/
sliplogin.c 254 (void)ioctl(fd, TIOCNOTTY, (caddr_t)0);
  /src/external/bsd/am-utils/dist/libamu/
xutil.c 963 * succeeds: setsid(), ioctl(fd, TIOCNOTTY, 0).
1010 #ifdef TIOCNOTTY
1017 if (ioctl(fd, TIOCNOTTY, 0) < 0 && errno != ENOTTY)
1018 plog(XLOG_WARNING, "Could not disassociate tty (TIOCNOTTY): %m");
1020 plog(XLOG_INFO, "released controlling tty using ioctl(TIOCNOTTY)");
1026 #endif /* not TIOCNOTTY */
  /src/sys/compat/linux/common/
linux_termios.c 306 SCARG(&ia, com) = TIOCNOTTY;
  /src/sys/compat/linux32/common/
linux32_termios.c 314 SCARG(&ia, com) = TIOCNOTTY;
  /src/external/bsd/ntp/dist/ntpd/
ntpd.c 587 # if !defined(HAVE_SETSID) && !defined (HAVE_SETPGID) && defined(TIOCNOTTY)
653 # ifdef TIOCNOTTY
656 ioctl(fid, (u_long)TIOCNOTTY, NULL);
659 # endif /* TIOCNOTTY */
  /src/libexec/telnetd/
sys_term.c 456 (void) ioctl(t, TIOCNOTTY, (char *)0);
telnetd.c 886 (void) ioctl(t, TIOCNOTTY, (char *)0);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.cc 173 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
sanitizer_platform_limits_freebsd.cc 230 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_solaris.cpp 174 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_solaris.cpp 174 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
  /src/games/hunt/huntd/
driver.c 375 #ifdef TIOCNOTTY
376 (void) ioctl(fileno(stdout), TIOCNOTTY, NULL);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 383 #ifdef TIOCNOTTY
386 ioctl(n, TIOCNOTTY, (char *) 0);
389 #endif /* TIOCNOTTY */
  /src/libexec/rshd/
rshd.c 286 ioctl(t, TIOCNOTTY, NULL);

Completed in 31 milliseconds

1 2