Searched refs:fcntl (Results 1 – 11 of 11) sorted by relevance
| /rust-libc-0.2.174/libc-test/ |
| H A D | Cargo.toml | 39 name = "linux-fcntl"
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | unix.txt | 520 fcntl
|
| H A D | aix.txt | 1903 fcntl
|
| H A D | android.txt | 3305 fcntl
|
| /rust-libc-0.2.174/src/ |
| H A D | hermit.rs | 469 pub fn fcntl(fd: i32, cmd: i32, arg: i32) -> i32; in fcntl() function
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 637 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 842 pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int; in fcntl() function
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 66 - 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 D | mod.rs | 1669 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 929 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3597 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function
|