Home
last modified time | relevance | path

Searched defs:fchflags (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1760 pub fn fchflags(fd: ::c_int, flags: ::c_uint) -> ::c_int; in fchflags() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1478 pub fn fchflags(fd: ::c_int, flags: ::c_ulong) -> ::c_int; in fchflags() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2453 pub fn fchflags(fd: ::c_int, flags: ::c_ulong) -> ::c_int; in fchflags() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5094 pub fn fchflags(fd: ::c_int, flags: ::c_uint) -> ::c_int; in fchflags() function