Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
HDMakefile.inc84 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
HDtermios.c197 tcsendbreak(int fd, int len __unused) in tcsendbreak() function
HDSymbol.map171 tcsendbreak;
/dragonfly/include/
HDtermios.h74 int tcsendbreak(int, int);
/dragonfly/lib/libssh/openbsd-compat/
HDbsd-misc.h110 int tcsendbreak(int, int);
HDbsd-misc.c299 tcsendbreak(int fd, int duration) in tcsendbreak() function
/dragonfly/contrib/gdb-7/gdb/
HDser-unix.c376 return tcsendbreak (scb->fd, 0); in hardwire_send_break()
/dragonfly/usr.bin/chat/
HDchat.c506 tcsendbreak (0, 0); in break_sequence()
/dragonfly/usr.sbin/moused/
HDmoused.c1572 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/
HDsession.c2059 if (s->ptymaster == -1 || tcsendbreak(s->ptymaster, 0) == -1) in session_break_req()
HDconfigure.ac2138 dnl tcsendbreak might be a macro
2139 AC_CHECK_DECL([tcsendbreak],
2141 [AC_CHECK_FUNCS([tcsendbreak])],
HDconfig.h.in1516 /* Define to 1 if you have the `tcsendbreak' function. */
HDconfig.log12819 configure:17154: checking whether tcsendbreak is declared