Home
last modified time | relevance | path

Searched refs:tcdrain (Results 1 – 25 of 29) sorted by relevance

12

/third_party/rust/crates/rustix/src/termios/
Dtc.rs132 pub fn tcdrain<Fd: AsFd>(fd: Fd) -> io::Result<()> { in tcdrain() function
133 backend::termios::syscalls::tcdrain(fd.as_fd()) in tcdrain()
Dmod.rs784 tcdrain, tcflow, tcflush, tcgetattr, tcgetpgrp, tcgetsid, tcgetwinsize, tcsendbreak, tcsetattr,
/third_party/musl/src/termios/
Dtcdrain.c5 int tcdrain(int fd) in tcdrain() function
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dsyscalls.rs65 pub(crate) fn tcdrain(fd: BorrowedFd) -> io::Result<()> { in tcdrain() function
66 unsafe { ret(c::tcdrain(borrowed_fd(fd))) } in tcdrain()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dtermios.h28 int tcdrain (int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtermios.h31 int tcdrain (int);
/third_party/musl/porting/liteos_m/kernel/include/
Dtermios.h31 int tcdrain (int);
/third_party/musl/porting/uniproton/kernel/include/
Dtermios.h31 int tcdrain (int);
/third_party/musl/include/
Dtermios.h35 int tcdrain (int);
/third_party/musl/porting/liteos_a/kernel/include/
Dtermios.h35 int tcdrain (int);
/third_party/musl/src/legacy/
Dgetpass.c24 tcdrain(fd); in getpass()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dtcdrain.c68 if (tcdrain(fd_slave) != 0) { in tcdrain_0100()
Dtest_src_functionalext_supplement_termios.gni20 "tcdrain",
/third_party/musl/libc-test/src/api/
Dtermios.c124 {int(*p)(int) = tcdrain;} in f()
/third_party/cups-filters/backend/
Dserial.c683 tcdrain(device_fd); in main()
1219 else if (tcdrain(device_fd)) in side_cb()
Dparallel.c824 else if (tcdrain(device_fd)) in side_cb()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h269 #define tcdrain _tcdrain
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dsyscalls.rs86 pub(crate) fn tcdrain(fd: BorrowedFd) -> io::Result<()> { in tcdrain() function
/third_party/python/Doc/library/
Dtermios.rst58 .. function:: tcdrain(fd)
/third_party/rust/crates/nix/src/sys/
Dtermios.rs1172 pub fn tcdrain(fd: RawFd) -> Result<()> { in tcdrain() function
1173 Errno::result(unsafe { libc::tcdrain(fd) }).map(drop) in tcdrain()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt834 tcdrain
Dandroid.txt3524 tcdrain
/third_party/python/Modules/
Dtermios.c259 if (tcdrain(fd) == -1) { in termios_tcdrain_impl()
/third_party/musl/
Dlibc.map.txt1801 tcdrain;
/third_party/rust/crates/libc/src/unix/
Dmod.rs1372 pub fn tcdrain(fd: ::c_int) -> ::c_int; in tcdrain() function

12