Home
last modified time | relevance | path

Searched refs:cfmakesane (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Dtermios.rs1132 pub fn cfmakesane(termios: &mut Termios) { in cfmakesane() function
1135 libc::cfmakesane(inner_termios); in cfmakesane()
/third_party/rust/crates/libc/libc-test/semver/
Dfreebsd.txt1528 cfmakesane
/third_party/libinput/test/
Dlitest.c4867 cfmakesane(&tios); in main()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4103 pub fn cfmakesane(termios: *mut ::termios); in cfmakesane() function
/third_party/rust/crates/nix/
DCHANGELOG.md1087 - Exposed `termios::cfmakesane` on FreeBSD.