Searched refs:TIOCNOTTY (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dttycom.h127 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dcompat.c23 * vix 15jan87 [added TIOCNOTTY, thanks csg@pyramid]
115 (void) ioctl(fd, TIOCNOTTY, (char*)0);
/freebsd-9.3-release/crypto/openssh/
H A Dsshpty.c131 #ifdef TIOCNOTTY
134 (void) ioctl(fd, TIOCNOTTY, NULL);
137 #endif /* TIOCNOTTY */
H A Dsshd.c1899 #ifdef TIOCNOTTY
1901 #endif /* TIOCNOTTY */
1906 #ifdef TIOCNOTTY
1909 (void) ioctl(fd, TIOCNOTTY, NULL);
1912 #endif /* TIOCNOTTY */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinflow.c525 #ifdef TIOCNOTTY
535 ioctl (tty, TIOCNOTTY, 0);
/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c364 #ifdef TIOCNOTTY
367 ioctl(n, TIOCNOTTY, (char *) 0);
370 #endif /* TIOCNOTTY */
/freebsd-9.3-release/contrib/ntp/adjtimed/
H A Dadjtimed.c141 #ifdef TIOCNOTTY
143 ioctl(fd, TIOCNOTTY, 0);
/freebsd-9.3-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c47 #include <sys/ttycom.h> /* TIOCNOTTY */
246 (void) ioctl(i, TIOCNOTTY, (char *)NULL);
/freebsd-9.3-release/contrib/amd/libamu/
H A Dxutil.c897 * succeeds: setsid(), ioctl(fd, TIOCNOTTY, 0).
944 #ifdef TIOCNOTTY
951 if (ioctl(fd, TIOCNOTTY, 0) < 0 && errno != ENOTTY)
952 plog(XLOG_WARNING, "Could not disassociate tty (TIOCNOTTY): %m");
954 plog(XLOG_INFO, "released controlling tty using ioctl(TIOCNOTTY)");
958 #endif /* not TIOCNOTTY */
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dtelnetd.c883 #ifdef TIOCNOTTY
888 (void) ioctl(t, TIOCNOTTY, (char *)0);
H A Dsys_term.c866 # ifdef TIOCNOTTY
869 (void) ioctl(t, TIOCNOTTY, (char *)0);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dsystem.c508 ioctl(0, TIOCNOTTY, NULL);
H A Dinstall.c476 ioctl(0, TIOCNOTTY, NULL);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpd.c548 # if !defined(HAVE_SETSID) && !defined (HAVE_SETPGID) && defined(TIOCNOTTY)
780 # ifdef TIOCNOTTY
783 ioctl(fid, (u_long)TIOCNOTTY, NULL);
786 # endif /* TIOCNOTTY */
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c830 # ifdef TIOCNOTTY
833 ioctl(t, TIOCNOTTY, (char *)0);
H A Dtelnetd.c954 #ifdef TIOCNOTTY
959 ioctl(t, TIOCNOTTY, (char *)0);
/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c394 #ifdef TIOCNOTTY
397 ioctl(n, TIOCNOTTY, (char *) 0);
400 #endif /* TIOCNOTTY */
/freebsd-9.3-release/contrib/ntp/parseutil/
H A Ddcfd.c1218 (void) ioctl(fid, (u_long) TIOCNOTTY, (char *) 0);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dconf.c2914 # ifdef TIOCNOTTY
2920 (void) ioctl(fd, TIOCNOTTY, (char *) 0);
2923 # endif /* TIOCNOTTY */
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c946 args->cmd = TIOCNOTTY;

Completed in 225 milliseconds