Home
last modified time | relevance | path

Searched refs:fchflags (Results 1 – 9 of 9) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dopenbsd.txt1092 fchflags
H A Dnetbsd.txt1309 fchflags
H A Ddragonfly.txt1338 fchflags
H A Dfreebsd.txt1953 fchflags
H A Dapple.txt1942 fchflags
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs1530 pub fn fchflags(fd: c_int, flags: c_ulong) -> c_int; in fchflags() function
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1941 pub fn fchflags(fd: c_int, flags: c_uint) -> c_int; in fchflags() function
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2386 pub fn fchflags(fd: c_int, flags: c_ulong) -> c_int; in fchflags() function
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5298 pub fn fchflags(fd: c_int, flags: c_uint) -> c_int; in fchflags() function