Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 25 of 33) sorted by relevance

12

/rust-libc-0.2.174/src/unix/solarish/
H A Dcompat.rs8 pub unsafe fn cfmakeraw(termios: *mut crate::termios) { in cfmakeraw() argument
9 (*termios).c_iflag &= in cfmakeraw()
11 (*termios).c_oflag &= !OPOST; in cfmakeraw()
14 (*termios).c_cflag |= CS8; in cfmakeraw()
29 (*termios).c_cc[VMIN] = 1; in cfmakeraw()
30 (*termios).c_cc[VTIME] = 0; in cfmakeraw()
33 pub unsafe fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int { in cfsetspeed() argument
36 crate::cfsetispeed(termios, speed); in cfsetspeed()
37 crate::cfsetospeed(termios, speed); in cfsetspeed()
59 termp: *const termios, in openpty() argument
[all …]
H A Dsolaris.rs3 exit_status, off_t, termios, NET_MAC_AWARE, NET_MAC_AWARE_INHERIT, PRIV_AWARE_RESET,
232 termp: *mut termios, in openpty() argument
239 termp: *mut termios, in forkpty() argument
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1574 pub fn cfgetispeed(termios: *const crate::termios) -> crate::speed_t; in cfgetispeed()
1575 pub fn cfgetospeed(termios: *const crate::termios) -> crate::speed_t; in cfgetospeed()
1576 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
1578 pub fn tcgetattr(fd: c_int, termios: *mut crate::termios) -> c_int; in tcgetattr()
1579 pub fn tcsetattr(fd: c_int, optional_actions: c_int, termios: *const crate::termios) -> c_int; in tcsetattr()
1813 pub fn cfmakeraw(termios: *mut crate::termios) -> c_int;
1814 pub fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
1822 pub fn cfmakeraw(termios: *mut crate::termios);
1823 pub fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs304 pub struct termios {
3904 pub fn cfgetispeed(termios: *const crate::termios) -> crate::speed_t; in cfgetispeed()
3905 pub fn cfgetospeed(termios: *const crate::termios) -> crate::speed_t; in cfgetospeed()
3906 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
3910 pub fn tcgetattr(fd: c_int, termios: *mut crate::termios) -> c_int; in tcgetattr()
3911 pub fn tcsetattr(fd: c_int, optional_actions: c_int, termios: *const crate::termios) -> c_int; in tcsetattr()
4008 termp: *const termios, in openpty() argument
/rust-libc-0.2.174/libc-test/
H A DCargo.toml64 name = "linux-termios"
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/
H A Dmod.rs463 termp: *mut termios, in openpty() argument
469 termp: *mut termios, in forkpty() argument
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs163 pub struct termios {
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs220 pub struct termios {
/rust-libc-0.2.174/libc-test/semver/
H A Dunix.txt859 termios
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs186 pub struct termios {
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs182 pub struct termios {
1925 termp: *mut termios, in openpty() argument
1931 termp: *mut termios, in forkpty() argument
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs231 pub struct termios {
1166 termp: *const termios, in openpty() argument
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs219 pub struct termios {
2042 termp: *mut termios, in forkpty() argument
2049 termp: *mut termios, in openpty() argument
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs222 pub struct termios {
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs238 pub struct termios {
2441 termp: *const termios, in forkpty() argument
2448 termp: *const termios, in openpty() argument
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs207 pub struct termios {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dmod.rs215 pub struct termios {
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1992 termp: *const crate::termios, in openpty() argument
1998 termp: *const crate::termios, in forkpty() argument
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/
H A Dmod.rs58 pub struct termios {
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/arm/
H A Dmod.rs175 pub struct termios {
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs485 pub struct termios {
2886 termp: *mut termios, in openpty() argument
2892 termp: *mut termios, in forkpty() argument
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs2163 termp: *const termios,
2171 termp: *const termios,
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs83 pub struct termios {
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2467 termp: *mut crate::termios, in openpty() argument
2473 termp: *mut crate::termios, in forkpty() argument
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs385 pub struct termios {
4132 __termp: *const termios, in openpty() argument
4139 __termp: *const termios, in forkpty() argument

12