Home
last modified time | relevance | path

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

/external/toybox/toys/net/
Dmicrocom.c74 tcsendbreak(TT.fd, 0); in microcom_main()
/external/openssh/openbsd-compat/
Dbsd-misc.h113 int tcsendbreak(int, int);
Dbsd-misc.c299 tcsendbreak(int fd, int duration) in tcsendbreak() function
/external/ltp/testcases/kernel/pty/
Dptem01.c238 if (tcsendbreak(masterfd, 10) != 0) { in test3()
242 if (tcsendbreak(slavefd, 10) != 0) { in test3()
/external/python/cpython2/Doc/library/
Dtermios.rst52 .. function:: tcsendbreak(fd, duration)
/external/python/cpython3/Doc/library/
Dtermios.rst52 .. function:: tcsendbreak(fd, duration)
/external/rust/crates/nix/src/sys/
Dtermios.rs1069 pub fn tcsendbreak(fd: RawFd, duration: c_int) -> Result<()> { in tcsendbreak() function
1070 Errno::result(unsafe { libc::tcsendbreak(fd, duration) }).map(drop) in tcsendbreak()
/external/python/cpython2/Modules/
Dtermios.c226 if (tcsendbreak(fd, duration) == -1) in termios_tcsendbreak()
/external/python/cpython3/Modules/
Dtermios.c236 if (tcsendbreak(fd, duration) == -1) in termios_tcsendbreak()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py540 termios.tcsendbreak(self.fd, int(duration/0.25))
/external/rust/crates/libc/src/unix/
Dmod.rs1338 pub fn tcsendbreak(fd: ::c_int, duration: ::c_int) -> ::c_int; in tcsendbreak() function
/external/openssh/
Dsession.c2071 if (s->ptymaster == -1 || tcsendbreak(s->ptymaster, 0) == -1) in session_break_req()
Dconfigure.ac1995 dnl tcsendbreak might be a macro
1996 AC_CHECK_DECL([tcsendbreak],
1998 [AC_CHECK_FUNCS([tcsendbreak])],
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3824 pub fn tcsendbreak(fd: ::c_int, duration: ::c_int) -> ::c_int; in tcsendbreak() function
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3080 fun:tcsendbreak=uninstrumented
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3080 fun:tcsendbreak=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym919 PUBLIC d33f0 0 tcsendbreak