Home
last modified time | relevance | path

Searched defs:termios (Results 1 – 15 of 15) sorted by relevance

/rust-libc-0.2.174/src/unix/solarish/
H A Dcompat.rs8 pub unsafe fn cfmakeraw(termios: *mut crate::termios) { in cfmakeraw() argument
33 pub unsafe fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int { in cfsetspeed() argument
59 termp: *const termios, in openpty()
132 termp: *const termios, in forkpty()
H A Dsolaris.rs232 termp: *mut termios, in openpty()
239 termp: *mut termios, in forkpty()
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/
H A Dmod.rs463 termp: *mut termios, in openpty()
469 termp: *mut termios, in forkpty()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1576 pub fn cfsetispeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; in cfsetispeed() argument
1577 pub fn cfsetospeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; in cfsetospeed() argument
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1992 termp: *const crate::termios, in openpty()
1998 termp: *const crate::termios, in forkpty()
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3906 pub fn cfmakeraw(termios: *mut crate::termios); in cfmakeraw() argument
3907 pub fn cfsetispeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; in cfsetispeed() argument
3908 pub fn cfsetospeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; in cfsetospeed() argument
3909 pub fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; in cfsetspeed() argument
4008 termp: *const termios, in openpty()
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs2042 termp: *mut termios, in forkpty()
2049 termp: *mut termios, in openpty()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs1925 termp: *mut termios, in openpty()
1931 termp: *mut termios, in forkpty()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2467 termp: *mut crate::termios, in openpty()
2473 termp: *mut crate::termios, in forkpty()
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2441 termp: *const termios, in forkpty()
2448 termp: *const termios, in openpty()
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs1166 termp: *const termios, in openpty()
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs2886 termp: *mut termios, in openpty()
2892 termp: *mut termios, in forkpty()
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5657 termp: *mut termios, in openpty()
5663 termp: *mut termios, in forkpty()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4132 __termp: *const termios, in openpty()
4139 __termp: *const termios, in forkpty()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4966 pub fn cfmakesane(termios: *mut crate::termios); in cfmakesane() argument