Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/
H A DLICENSE-MIT22 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs44 pub type ACTION = c_uint; typedef
1691 pub const FIND: crate::ACTION = 0;
1692 pub const ENTER: crate::ACTION = 1;
2061 pub fn hsearch(entry: crate::ENTRY, action: crate::ACTION) -> *mut crate::ENTRY; in hsearch()
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs54 pub type ACTION = c_int; typedef
1930 pub fn hsearch(entry: crate::ENTRY, action: crate::ACTION) -> *mut crate::ENTRY; in hsearch()
/rust-libc-0.2.174/libc-test/semver/
H A Daix.txt21 ACTION
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs71 pub enum ACTION {
2990 pub fn hsearch(entry: entry, action: ACTION) -> *mut entry; in hsearch()