Searched defs:fcntl (Results 1 – 6 of 6) sorted by relevance
| /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/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/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/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/fuchsia/ |
| H A D | mod.rs | 3597 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function
|