/freebsd/crypto/openssh/ |
H A D | sshpty.c | 105 #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/contrib/ntp/adjtimed/ |
H A D | adjtimed.c | 141 #ifdef TIOCNOTTY in main() 143 ioctl(fd, TIOCNOTTY, 0); in main()
|
/freebsd/sys/sys/ |
H A D | ttycom.h | 116 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
|
/freebsd/libexec/bootpd/bootpgw/ |
H A D | bootpgw.c | 353 #ifdef TIOCNOTTY in main() 356 ioctl(n, TIOCNOTTY, (char *) 0); in main()
|
/freebsd/usr.sbin/rpc.ypxfrd/ |
H A D | ypxfrd_main.c | 247 (void) ioctl(i, TIOCNOTTY, (char *)NULL); in main()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 104 TIOCNOTTY
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpd.c | 585 # 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() 657 # endif /* TIOCNOTTY */
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 954 #ifdef TIOCNOTTY in my_telnet() 959 ioctl(t, TIOCNOTTY, (char *)0); in my_telnet()
|
H A D | sys_term.c | 837 # ifdef TIOCNOTTY in getptyslave() 840 ioctl(t, TIOCNOTTY, (char *)0); in getptyslave()
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.c | 383 #ifdef TIOCNOTTY in main() 386 ioctl(n, TIOCNOTTY, (char *) 0); in main()
|
H A D | Changes | 189 Added setsid() and #ifdef TIOCNOTTY
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 174 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 259 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
H A D | sanitizer_platform_limits_posix.cpp | 580 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 72 _(TIOCNOTTY, NONE, 0);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2323 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1248 _(TIOCNOTTY, NONE, 0);
|
/freebsd/contrib/ntp/parseutil/ |
H A D | dcfd.c | 1222 (void) ioctl(fid, (u_long) TIOCNOTTY, (char *) 0); in detach()
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 2986 # ifdef TIOCNOTTY in setsid() 2992 (void) ioctl(fd, TIOCNOTTY, (char *) 0); in setsid()
|
/freebsd/sys/kern/ |
H A D | tty.c | 1842 case TIOCNOTTY: in tty_generic_ioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 921 args->cmd = TIOCNOTTY; in linux_ioctl_termio()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 4004 (set_process_priority): Use TIOCNOTTY only if it is #define'd.
|