Searched refs:tcsendbreak (Results 1 – 13 of 13) sorted by relevance
| /dragonfly/lib/libc/gen/ |
| HD | Makefile.inc | 84 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 tcsetsid.3 time.3 times.3 \ 276 MLINKS+=tcsendbreak.3 tcdrain.3 \ 277 tcsendbreak.3 tcflow.3 \ 278 tcsendbreak.3 tcflush.3
|
| HD | termios.c | 197 tcsendbreak(int fd, int len __unused) in tcsendbreak() function
|
| HD | Symbol.map | 171 tcsendbreak;
|
| /dragonfly/include/ |
| HD | termios.h | 74 int tcsendbreak(int, int);
|
| /dragonfly/lib/libssh/openbsd-compat/ |
| HD | bsd-misc.h | 110 int tcsendbreak(int, int);
|
| HD | bsd-misc.c | 299 tcsendbreak(int fd, int duration) in tcsendbreak() function
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | ser-unix.c | 376 return tcsendbreak (scb->fd, 0); in hardwire_send_break()
|
| /dragonfly/usr.bin/chat/ |
| HD | chat.c | 506 tcsendbreak (0, 0); in break_sequence()
|
| /dragonfly/usr.sbin/moused/ |
| HD | moused.c | 1572 tcsendbreak(rodent.mfd, 0); /* send break for 400 msec */ in r_init() 1587 tcsendbreak(rodent.mfd, 0); /* send break for 400 msec again */ in r_init()
|
| /dragonfly/crypto/openssh/ |
| HD | session.c | 2059 if (s->ptymaster == -1 || tcsendbreak(s->ptymaster, 0) == -1) in session_break_req()
|
| HD | configure.ac | 2138 dnl tcsendbreak might be a macro 2139 AC_CHECK_DECL([tcsendbreak], 2141 [AC_CHECK_FUNCS([tcsendbreak])],
|
| HD | config.h.in | 1516 /* Define to 1 if you have the `tcsendbreak' function. */
|
| HD | config.log | 12819 configure:17154: checking whether tcsendbreak is declared
|