Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dsshpty.c78 #ifdef TIOCNOTTY in pty_make_controlling_tty()
81 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty()
Dsshd.c1525 (void) ioctl(fd, TIOCNOTTY, NULL); in main()
/mirbsd/src/usr.bin/window/
Dwwenviron.c71 if (ioctl(i, TIOCNOTTY, (char *)0) < 0)
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinflow.c527 #ifdef TIOCNOTTY in new_tty()
537 ioctl (tty, TIOCNOTTY, 0); in new_tty()
/mirbsd/src/sys/sys/
Dttycom.h94 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
/mirbsd/src/usr.sbin/mrouted/
Dmain.c147 #ifdef TIOCNOTTY in main()
150 (void)ioctl(t, TIOCNOTTY, (char *)0); in main()
/mirbsd/src/sys/kern/
Dtty_tty.c134 if (cmd == TIOCNOTTY) {
/mirbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Dioctl.pl114 $TIOCNOTTY = 0x20007471;
/mirbsd/src/share/doc/psd/21.ipc/
Dspell.ok104 TIOCNOTTY
/mirbsd/src/usr.sbin/rarpd/
Drarpd.c170 if (ioctl(f, TIOCNOTTY, 0) < 0) { in main()
/mirbsd/src/sys/dev/usb/
Duplcom.c834 case TIOCNOTTY: in uplcom_ioctl()
/mirbsd/src/sys/compat/linux/
Dlinux_termios.c667 SCARG(&ia, com) = TIOCNOTTY;
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dconf.c2913 # ifdef TIOCNOTTY in setsid()
2919 (void) ioctl(fd, TIOCNOTTY, (char *) 0); in setsid()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlfaq8.pod971 Open /dev/tty and use the TIOCNOTTY ioctl on it. See L<tty>
Dperlipc.pod535 C<TIOCNOTTY> ioctl() on it instead. See L<tty(4)> for details.
/mirbsd/src/gnu/usr.bin/perl/Porting/
DGlossary2249 ioctl() call with TIOCNOTTY should be used to void tty association.