Home
last modified time | relevance | path

Searched defs:fcntl (Results 1 – 6 of 6) sorted by relevance

/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/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/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/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/fuchsia/
H A Dmod.rs3597 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() function