Searched refs:tcsendbreak (Results 1 – 8 of 8) sorted by relevance
85 int tcsendbreak(int, int);
183 tcsendbreak(int fd, int duration) in tcsendbreak() function
706 #define VKI_TCSBRKP 0x5425 /* Needed for POSIX tcsendbreak() */
2172 if (s->ttyfd == -1 || tcsendbreak(s->ttyfd, 0) < 0) in session_break_req()
1565 dnl tcsendbreak might be a macro1566 AC_CHECK_DECL([tcsendbreak],1568 [AC_CHECK_FUNCS([tcsendbreak])],
1068 /* Define to 1 if you have the `tcsendbreak' function. */
9317 for ac_func in tcsendbreak
1215 tcsendbreak(s->fd_in, 1); in tty_serial_ioctl()