Searched refs:TIOCNOTTY (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | sshpty.c | 78 #ifdef TIOCNOTTY in pty_make_controlling_tty() 81 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty()
|
| D | sshd.c | 1525 (void) ioctl(fd, TIOCNOTTY, NULL); in main()
|
| /mirbsd/src/usr.bin/window/ |
| D | wwenviron.c | 71 if (ioctl(i, TIOCNOTTY, (char *)0) < 0)
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | inflow.c | 527 #ifdef TIOCNOTTY in new_tty() 537 ioctl (tty, TIOCNOTTY, 0); in new_tty()
|
| /mirbsd/src/sys/sys/ |
| D | ttycom.h | 94 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
|
| /mirbsd/src/usr.sbin/mrouted/ |
| D | main.c | 147 #ifdef TIOCNOTTY in main() 150 (void)ioctl(t, TIOCNOTTY, (char *)0); in main()
|
| /mirbsd/src/sys/kern/ |
| D | tty_tty.c | 134 if (cmd == TIOCNOTTY) {
|
| /mirbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| D | ioctl.pl | 114 $TIOCNOTTY = 0x20007471;
|
| /mirbsd/src/share/doc/psd/21.ipc/ |
| D | spell.ok | 104 TIOCNOTTY
|
| /mirbsd/src/usr.sbin/rarpd/ |
| D | rarpd.c | 170 if (ioctl(f, TIOCNOTTY, 0) < 0) { in main()
|
| /mirbsd/src/sys/dev/usb/ |
| D | uplcom.c | 834 case TIOCNOTTY: in uplcom_ioctl()
|
| /mirbsd/src/sys/compat/linux/ |
| D | linux_termios.c | 667 SCARG(&ia, com) = TIOCNOTTY;
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | conf.c | 2913 # ifdef TIOCNOTTY in setsid() 2919 (void) ioctl(fd, TIOCNOTTY, (char *) 0); in setsid()
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq8.pod | 971 Open /dev/tty and use the TIOCNOTTY ioctl on it. See L<tty>
|
| D | perlipc.pod | 535 C<TIOCNOTTY> ioctl() on it instead. See L<tty(4)> for details.
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | Glossary | 2249 ioctl() call with TIOCNOTTY should be used to void tty association.
|