Searched refs:tcsendbreak (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.h92 int tcsendbreak(int, int);
H A Dbsd-misc.c194 tcsendbreak(int fd, int duration) function
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c206 tcsendbreak(fd, len) function
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dtermios.h373 int tcsendbreak(int, int);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty.c264 tcsendbreak(fd,0);
/macosx-10.10/screen-22/screen/
H A Dtty.c1087 * 2: tcsendbreak()
1096 case 2: /* tcsendbreak() =============================== */
1099 /* There is one rare case that I have tested, where tcsendbreak works
1104 debug2("tcsendbreak(fd=%d, %d)\n", fd, n);
1105 if (tcsendbreak(fd, n) < 0)
1106 Msg(errno, "cannot send BREAK (tcsendbreak)");
1109 * here we hope, that multiple calls to tcsendbreak() can
1119 debug2("%d * tcsendbreak(fd=%d, 0)\n", n, fd);
1126 if (tcsendbreak(fd, 0) < 0)
1128 Msg(errno, "cannot send BREAK (tcsendbreak SVR
[all...]
H A Dtty.c.dist1087 * 2: tcsendbreak()
1096 case 2: /* tcsendbreak() =============================== */
1099 /* There is one rare case that I have tested, where tcsendbreak works
1104 debug2("tcsendbreak(fd=%d, %d)\n", fd, n);
1105 if (tcsendbreak(fd, n) < 0)
1106 Msg(errno, "cannot send BREAK (tcsendbreak)");
1109 * here we hope, that multiple calls to tcsendbreak() can
1119 debug2("%d * tcsendbreak(fd=%d, 0)\n", n, fd);
1126 if (tcsendbreak(fd, 0) < 0)
1128 Msg(errno, "cannot send BREAK (tcsendbreak SVR
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dsession.c2197 if (s->ptymaster == -1 || tcsendbreak(s->ptymaster, 0) < 0)
H A Dconfigure9832 ac_fn_c_check_decl "$LINENO" "tcsendbreak" "ac_cv_have_decl_tcsendbreak" "#include <termios.h>
9839 for ac_func in tcsendbreak
9841 ac_fn_c_check_func "$LINENO" "tcsendbreak" "ac_cv_func_tcsendbreak"
/macosx-10.10/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2217 The tcsendbreak function transmits a continuous stream of zero-valued
2222 tcsendbreak(outfd, len);
/macosx-10.10/uucp-11/uucp/unix/
H A Dserial.c3167 return tcsendbreak (q->o, 0) == 0;

Completed in 176 milliseconds