Home
last modified time | relevance | path

Searched refs:tcsendbreak (Results 1 – 15 of 15) sorted by relevance

/trueos/lib/libc/gen/
HDMakefile.inc277 tcsendbreak.3 \
483 MLINKS+=tcsendbreak.3 tcdrain.3 \
484 tcsendbreak.3 tcflow.3 \
485 tcsendbreak.3 tcflush.3
HDtermios.c198 tcsendbreak(int fd, int len __unused) in tcsendbreak() function
HDSymbol.map292 tcsendbreak;
/trueos/include/
HDtermios.h82 int tcsendbreak(int, int);
/trueos/crypto/openssh/openbsd-compat/
HDbsd-misc.h92 int tcsendbreak(int, int);
HDbsd-misc.c195 tcsendbreak(int fd, int duration) in tcsendbreak() function
/trueos/contrib/gdb/gdb/
HDser-unix.c359 return tcsendbreak (scb->fd, 0); in hardwire_send_break()
/trueos/usr.bin/chat/
HDchat.c509 tcsendbreak (0, 0); in break_sequence()
/trueos/usr.bin/xlint/llib/
HDllib-lposix291 int (tcsendbreak)(int fildes, int duration);
/trueos/usr.sbin/moused/
HDmoused.c1788 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/
HDsys-protos.h1147 extern int tcsendbreak(int, int);
/trueos/crypto/openssh/
HDsession.c2238 if (s->ptymaster == -1 || tcsendbreak(s->ptymaster, 0) < 0) in session_break_req()
HDconfigure.ac1789 dnl tcsendbreak might be a macro
1790 AC_CHECK_DECL([tcsendbreak],
1792 [AC_CHECK_FUNCS([tcsendbreak])],
HDconfig.h.in1216 /* Define to 1 if you have the `tcsendbreak' function. */
HDconfigure10756 for ac_func in tcsendbreak