Searched refs:tcsendbreak (Results 1 – 14 of 14) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 90 int tcsendbreak(int, int);
|
D | bsd-misc.c | 195 tcsendbreak(int fd, int duration) in tcsendbreak() function
|
/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 246 if (tcsendbreak(masterfd, 10) != 0) { in test3() 250 if (tcsendbreak(slavefd, 10) != 0) { in test3()
|
/external/toybox/toys/net/ |
D | microcom.c | 99 tcsendbreak(TT.fd, 0); in microcom_main()
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 52 .. function:: tcsendbreak(fd, duration)
|
/external/python/cpython2/Modules/ |
D | termios.c | 223 if (tcsendbreak(fd, duration) == -1) in termios_tcsendbreak()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 540 termios.tcsendbreak(self.fd, int(duration/0.25))
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 706 #define VKI_TCSBRKP 0x5425 /* Needed for POSIX tcsendbreak() */
|
/external/openssh/ |
D | session.c | 2020 if (s->ptymaster == -1 || tcsendbreak(s->ptymaster, 0) < 0) in session_break_req()
|
D | configure.ac | 1868 dnl tcsendbreak might be a macro 1869 AC_CHECK_DECL([tcsendbreak], 1871 [AC_CHECK_FUNCS([tcsendbreak])],
|
D | config.h.in | 1262 /* Define to 1 if you have the `tcsendbreak' function. */
|
D | configure | 11103 for ac_func in tcsendbreak
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3080 fun:tcsendbreak=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 919 PUBLIC d33f0 0 tcsendbreak
|