Home
last modified time | relevance | path

Searched defs:cfgetispeed (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/termios/
H A Dcfgetospeed.c10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed() function
/third_party/rust/crates/rustix/src/termios/
H A Dcf.rs14 pub fn cfgetispeed(termios: &Termios) -> Speed { in cfgetispeed() functions
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs1005 pub fn cfgetispeed(termios: &Termios) -> u32 { cfgetispeed() functions
1061 pub fn cfgetispeed(termios: &Termios) -> BaudRate { cfgetispeed() functions
[all...]
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1373 pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t; in cfgetispeed() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3833 pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t; in cfgetispeed() functions

Completed in 18 milliseconds