Searched refs:tcsendbreak (Results 1 – 15 of 15) sorted by relevance
| /trueos/lib/libc/gen/ |
| HD | Makefile.inc | 277 tcsendbreak.3 \ 483 MLINKS+=tcsendbreak.3 tcdrain.3 \ 484 tcsendbreak.3 tcflow.3 \ 485 tcsendbreak.3 tcflush.3
|
| HD | termios.c | 198 tcsendbreak(int fd, int len __unused) in tcsendbreak() function
|
| HD | Symbol.map | 292 tcsendbreak;
|
| /trueos/include/ |
| HD | termios.h | 82 int tcsendbreak(int, int);
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | bsd-misc.h | 92 int tcsendbreak(int, int);
|
| HD | bsd-misc.c | 195 tcsendbreak(int fd, int duration) in tcsendbreak() function
|
| /trueos/contrib/gdb/gdb/ |
| HD | ser-unix.c | 359 return tcsendbreak (scb->fd, 0); in hardwire_send_break()
|
| /trueos/usr.bin/chat/ |
| HD | chat.c | 509 tcsendbreak (0, 0); in break_sequence()
|
| /trueos/usr.bin/xlint/llib/ |
| HD | llib-lposix | 291 int (tcsendbreak)(int fildes, int duration);
|
| /trueos/usr.sbin/moused/ |
| HD | moused.c | 1788 tcsendbreak(rodent.mfd, 0); /* send break for 400 msec */ in r_init() 1803 tcsendbreak(rodent.mfd, 0); /* send break for 400 msec again */ in r_init()
|
| /trueos/contrib/gcc/ |
| HD | sys-protos.h | 1147 extern int tcsendbreak(int, int);
|
| /trueos/crypto/openssh/ |
| HD | session.c | 2238 if (s->ptymaster == -1 || tcsendbreak(s->ptymaster, 0) < 0) in session_break_req()
|
| HD | configure.ac | 1789 dnl tcsendbreak might be a macro 1790 AC_CHECK_DECL([tcsendbreak], 1792 [AC_CHECK_FUNCS([tcsendbreak])],
|
| HD | config.h.in | 1216 /* Define to 1 if you have the `tcsendbreak' function. */
|
| HD | configure | 10756 for ac_func in tcsendbreak
|