Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshpty.c105 #ifdef TIOCNOTTY in pty_make_controlling_tty()
108 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty()
224 #ifdef TIOCNOTTY in disconnect_controlling_tty()
228 (void) ioctl(fd, TIOCNOTTY, NULL); in disconnect_controlling_tty()
/freebsd/sys/sys/
H A Dttycom.h116 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
/freebsd/contrib/ntp/adjtimed/
H A Dadjtimed.c141 #ifdef TIOCNOTTY in main()
143 ioctl(fd, TIOCNOTTY, 0); in main()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c353 #ifdef TIOCNOTTY in main()
356 ioctl(n, TIOCNOTTY, (char *) 0); in main()
/freebsd/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c247 (void) ioctl(i, TIOCNOTTY, (char *)NULL); in main()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok104 TIOCNOTTY
/freebsd/contrib/ntp/ntpd/
H A Dntpd.c585 # if !defined(HAVE_SETSID) && !defined (HAVE_SETPGID) && defined(TIOCNOTTY) in detach_from_terminal()
651 # ifdef TIOCNOTTY in detach_from_terminal()
654 ioctl(fid, (u_long)TIOCNOTTY, NULL); in detach_from_terminal()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c954 #ifdef TIOCNOTTY in my_telnet()
959 ioctl(t, TIOCNOTTY, (char *)0); in my_telnet()
H A Dsys_term.c837 # ifdef TIOCNOTTY in getptyslave()
840 ioctl(t, TIOCNOTTY, (char *)0); in getptyslave()
/freebsd/libexec/bootpd/
H A Dbootpd.c383 #ifdef TIOCNOTTY in main()
386 ioctl(n, TIOCNOTTY, (char *) 0); in main()
H A DChanges189 Added setsid() and #ifdef TIOCNOTTY
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp174 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
H A Dsanitizer_platform_limits_freebsd.cpp259 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
H A Dsanitizer_common_interceptors_ioctl.inc72 _(TIOCNOTTY, NONE, 0);
H A Dsanitizer_platform_limits_posix.cpp580 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
H A Dsanitizer_platform_limits_netbsd.cpp2323 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1248 _(TIOCNOTTY, NONE, 0);
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c1222 (void) ioctl(fid, (u_long) TIOCNOTTY, (char *) 0); in detach()
/freebsd/contrib/sendmail/src/
H A Dconf.c2986 # ifdef TIOCNOTTY in setsid()
2992 (void) ioctl(fd, TIOCNOTTY, (char *) 0); in setsid()
/freebsd/sys/kern/
H A Dtty.c1842 case TIOCNOTTY: in tty_generic_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c912 args->cmd = TIOCNOTTY; in linux_ioctl_termio()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.04004 (set_process_priority): Use TIOCNOTTY only if it is #define'd.