Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/android/b64/
H A Dmod.rs276 ) -> bool; in __system_property_wait()
/rust-libc-0.2.174/src/unix/haiku/
H A Dnative.rs1065 pub fn has_data(thread: thread_id) -> bool; in has_data()
1290 createIt: bool, in find_directory()
/rust-libc-0.2.174/src/
H A Dpsp.rs3465 pub fn sceGuDisplay(state: bool) -> bool; in sceGuDisplay()
3504 pub fn sceGuGetStatus(state: GuState) -> bool; in sceGuGetStatus()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs5102 pub fn __cap_rights_is_set(rights: *const cap_rights_t, ...) -> bool; in __cap_rights_is_set()
5103 pub fn cap_rights_is_valid(rights: *const cap_rights_t) -> bool; in cap_rights_is_valid()
5108 pub fn cap_rights_contains(big: *const cap_rights_t, little: *const cap_rights_t) -> bool; in cap_rights_contains()
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5555 pub fn os_unfair_lock_trylock(lock: os_unfair_lock_t) -> bool; in os_unfair_lock_trylock()
5561 pub fn os_log_type_enabled(oslog: crate::os_log_t, tpe: crate::os_log_type_t) -> bool; in os_log_type_enabled()
5567 pub fn os_signpost_enabled(log: crate::os_log_t) -> bool; in os_signpost_enabled()