Home
last modified time | relevance | path

Searched refs:CTLFLAG_WR (Results 1 – 3 of 3) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt281 CTLFLAG_WR
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2669 pub const CTLFLAG_WR: c_int = 0x40000000; constant
2670 pub const CTLFLAG_RW: c_int = CTLFLAG_RD | CTLFLAG_WR;
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs4267 pub const CTLFLAG_WR: c_int = 0x40000000; constant
4268 pub const CTLFLAG_RW: c_int = CTLFLAG_RD | CTLFLAG_WR;