Home
last modified time | relevance | path

Searched refs:fcntl (Results 1 – 11 of 11) sorted by relevance

/rust-libc-0.2.174/libc-test/
H A DCargo.toml39 name = "linux-fcntl"
/rust-libc-0.2.174/libc-test/semver/
H A Dunix.txt520 fcntl
H A Daix.txt1903 fcntl
H A Dandroid.txt3305 fcntl
/rust-libc-0.2.174/src/
H A Dhermit.rs469 pub fn fcntl(fd: i32, cmd: i32, arg: i32) -> i32; in fcntl() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs637 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function
/rust-libc-0.2.174/src/solid/
H A Dmod.rs842 pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int; in fcntl() function
/rust-libc-0.2.174/
H A DCHANGELOG.md66 - Cygwin: Add statfs & fcntl ([#4321](https://github.com/rust-lang/libc/pull/4321))
580 - MacOS: add `fcntl` OFD commands in <https://github.com/rust-lang/libc/pull/3563>
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1669 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs929 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3597 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function