Searched refs:TIOCNOTTY (Results 1 – 18 of 18) sorted by relevance
| /openbsd/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() 192 (void) ioctl(fd, TIOCNOTTY, NULL); in disconnect_controlling_tty()
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | amd.c | 167 #ifdef TIOCNOTTY in daemon_mode() 174 if (ioctl(t, TIOCNOTTY, 0) == -1 && errno != ENOTTY) in daemon_mode()
|
| /openbsd/src/regress/sys/kern/pledge/generic/ |
| D | pty.c | 59 (void)ioctl(fd, TIOCNOTTY, NULL); in pty_detach()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | inflow.c | 527 #ifdef TIOCNOTTY in new_tty() 537 ioctl (tty, TIOCNOTTY, 0); in new_tty()
|
| /openbsd/src/sys/sys/ |
| D | ttycom.h | 98 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
|
| /openbsd/src/usr.sbin/mrouted/ |
| D | main.c | 138 #ifdef TIOCNOTTY in main() 141 (void)ioctl(t, TIOCNOTTY, (char *)0); in main()
|
| /openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| D | ioctl.pl | 114 $TIOCNOTTY = 0x20007471;
|
| /openbsd/src/sys/kern/ |
| D | tty_tty.c | 104 if (cmd == TIOCNOTTY) { in cttyioctl()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_solaris.cpp | 174 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
| D | sanitizer_platform_limits_freebsd.cpp | 251 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
| D | sanitizer_platform_limits_posix.cpp | 571 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
| D | sanitizer_common_interceptors_ioctl.inc | 72 _(TIOCNOTTY, NONE, 0);
|
| D | sanitizer_platform_limits_netbsd.cpp | 2323 unsigned IOCTL_TIOCNOTTY = TIOCNOTTY;
|
| D | sanitizer_interceptors_ioctl_netbsd.inc | 1248 _(TIOCNOTTY, NONE, 0);
|
| /openbsd/src/usr.sbin/ypserv/ypserv/ |
| D | ypserv.c | 457 (void) ioctl(i, TIOCNOTTY, NULL); in main()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| D | perlfaq8.pod | 998 Open /dev/tty and use the TIOCNOTTY ioctl on it. See L<tty(1)>
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlipc.pod | 553 C<TIOCNOTTY> ioctl() on it instead. See tty(4) for details.
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | Glossary | 2953 ioctl() call with TIOCNOTTY should be used to void tty association.
|