Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2673 pub const CTLFLAG_SECURE: c_int = 0x08000000; constant
2692 pub const CTLFLAG_SECURE1: c_int = CTLFLAG_SECURE | (0 << CTLSHIFT_SECURE);
2693 pub const CTLFLAG_SECURE2: c_int = CTLFLAG_SECURE | (1 << CTLSHIFT_SECURE);
2694 pub const CTLFLAG_SECURE3: c_int = CTLFLAG_SECURE | (2 << CTLSHIFT_SECURE);
/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt280 CTLFLAG_SECURE
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs4271 pub const CTLFLAG_SECURE: c_int = 0x08000000; constant