| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | compat.rs | 8 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 D | solaris.rs | 3 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 D | mod.rs | 1574 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 D | mod.rs | 304 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 D | Cargo.toml | 64 name = "linux-termios"
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/ |
| H A D | mod.rs | 463 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 D | mod.rs | 163 pub struct termios {
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/x86_64/ |
| H A D | mod.rs | 220 pub struct termios {
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | unix.txt | 859 termios
|
| /rust-libc-0.2.174/src/unix/nuttx/ |
| H A D | mod.rs | 186 pub struct termios {
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 182 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 D | mod.rs | 231 pub struct termios { 1166 termp: *const termios, in openpty() argument
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 219 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 D | mod.rs | 222 pub struct termios {
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 238 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 D | mod.rs | 207 pub struct termios {
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 215 pub struct termios {
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 1992 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 D | mod.rs | 58 pub struct termios {
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/arm/ |
| H A D | mod.rs | 175 pub struct termios {
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 485 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 D | mod.rs | 2163 termp: *const termios, 2171 termp: *const termios,
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 83 pub struct termios {
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 2467 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 D | mod.rs | 385 pub struct termios { 4132 __termp: *const termios, in openpty() argument 4139 __termp: *const termios, in forkpty() argument
|