Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dsshpty.c78 #ifdef TIOCNOTTY in pty_make_controlling_tty()
81 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty()
192 (void) ioctl(fd, TIOCNOTTY, NULL); in disconnect_controlling_tty()
/openbsd/src/usr.sbin/amd/amd/
Damd.c167 #ifdef TIOCNOTTY in daemon_mode()
174 if (ioctl(t, TIOCNOTTY, 0) == -1 && errno != ENOTTY) in daemon_mode()
/openbsd/src/regress/sys/kern/pledge/generic/
Dpty.c59 (void)ioctl(fd, TIOCNOTTY, NULL); in pty_detach()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinflow.c527 #ifdef TIOCNOTTY in new_tty()
537 ioctl (tty, TIOCNOTTY, 0); in new_tty()
/openbsd/src/sys/sys/
Dttycom.h98 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
/openbsd/src/usr.sbin/mrouted/
Dmain.c138 #ifdef TIOCNOTTY in main()
141 (void)ioctl(t, TIOCNOTTY, (char *)0); in main()
/openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Dioctl.pl114 $TIOCNOTTY = 0x20007471;
/openbsd/src/sys/kern/
Dtty_tty.c104 if (cmd == TIOCNOTTY) { in cttyioctl()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp174 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_platform_limits_freebsd.cpp251 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_platform_limits_posix.cpp571 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_common_interceptors_ioctl.inc72 _(TIOCNOTTY, NONE, 0);
Dsanitizer_platform_limits_netbsd.cpp2323 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
Dsanitizer_interceptors_ioctl_netbsd.inc1248 _(TIOCNOTTY, NONE, 0);
/openbsd/src/usr.sbin/ypserv/ypserv/
Dypserv.c457 (void) ioctl(i, TIOCNOTTY, NULL); in main()
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq8.pod998 Open /dev/tty and use the TIOCNOTTY ioctl on it. See L<tty(1)>
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlipc.pod553 C<TIOCNOTTY> ioctl() on it instead. See tty(4) for details.
/openbsd/src/gnu/usr.bin/perl/Porting/
DGlossary2953 ioctl() call with TIOCNOTTY should be used to void tty association.