| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sshpty.c | 81 #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/ |
| D | detach.c | 137 #elif defined(TIOCNOTTY) in lutil_detach() 139 (void) ioctl( sd, TIOCNOTTY, NULL ); in lutil_detach()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | sys_compat.c | 231 #ifdef TIOCNOTTY 249 if (ioctl(fd, TIOCNOTTY, 0)) { in setsid()
|
| /netbsd/src/external/bsd/ntp/dist/adjtimed/ |
| D | adjtimed.c | 143 #ifdef TIOCNOTTY in main() 145 ioctl(fd, TIOCNOTTY, 0); in main()
|
| /netbsd/src/usr.sbin/bootp/bootpgw/ |
| D | bootpgw.c | 348 #ifdef TIOCNOTTY in main() 351 ioctl(n, TIOCNOTTY, (char *) 0); in main()
|
| /netbsd/src/sys/sys/ |
| D | ttycom.h | 130 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
|
| /netbsd/src/sys/kern/ |
| D | tty_tty.c | 123 if (cmd == TIOCNOTTY) { in cttyioctl()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | inflow.c | 801 #ifdef TIOCNOTTY in new_tty() 810 ioctl (tty, TIOCNOTTY, 0); in new_tty()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntpd.c | 587 # if !defined(HAVE_SETSID) && !defined (HAVE_SETPGID) && defined(TIOCNOTTY) in detach_from_terminal() 653 # ifdef TIOCNOTTY in detach_from_terminal() 656 ioctl(fid, (u_long)TIOCNOTTY, NULL); in detach_from_terminal()
|
| /netbsd/src/external/bsd/am-utils/dist/libamu/ |
| D | xutil.c | 1010 #ifdef TIOCNOTTY in amu_release_controlling_tty() 1017 if (ioctl(fd, TIOCNOTTY, 0) < 0 && errno != ENOTTY) in amu_release_controlling_tty()
|
| /netbsd/src/usr.sbin/sliplogin/ |
| D | sliplogin.c | 254 (void)ioctl(fd, TIOCNOTTY, (caddr_t)0); in main()
|
| /netbsd/src/share/doc/psd/21.ipc/ |
| D | spell.ok | 104 TIOCNOTTY
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_termios.c | 304 SCARG(&ia, com) = TIOCNOTTY; in linux_ioctl_termios()
|
| /netbsd/src/sys/compat/linux32/common/ |
| D | linux32_termios.c | 312 SCARG(&ia, com) = TIOCNOTTY; in linux32_ioctl_termios()
|
| /netbsd/src/usr.sbin/bootp/bootpd/ |
| D | bootpd.c | 380 #ifdef TIOCNOTTY in main() 383 ioctl(n, TIOCNOTTY, (char *) 0); in main()
|
| D | Changes | 141 Added setsid() and #ifdef TIOCNOTTY
|
| /netbsd/src/games/hunt/huntd/ |
| D | driver.c | 375 #ifdef TIOCNOTTY in init() 376 (void) ioctl(fileno(stdout), TIOCNOTTY, NULL); in init()
|
| /netbsd/src/libexec/telnetd/ |
| D | sys_term.c | 456 (void) ioctl(t, TIOCNOTTY, (char *)0); in getptyslave()
|
| D | telnetd.c | 886 (void) ioctl(t, TIOCNOTTY, (char *)0); in telnet()
|
| /netbsd/src/libexec/rshd/ |
| D | rshd.c | 286 ioctl(t, TIOCNOTTY, NULL); in doit()
|
| /netbsd/src/sys/dev/usb/ |
| D | uplcom.c | 987 case TIOCNOTTY: in uplcom_ioctl()
|
| /netbsd/src/external/bsd/ntp/dist/parseutil/ |
| D | dcfd.c | 1224 (void) ioctl(fid, (u_long) TIOCNOTTY, (char *) 0); in detach()
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | CommitLog-4.1.0 | 4004 (set_process_priority): Use TIOCNOTTY only if it is #define'd.
|