Home
last modified time | relevance | path

Searched refs:B_ERRORS_END (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/plat-beos5/
DIN.py152 B_ERRORS_END = (B_GENERAL_ERROR_BASE + 0xffff) variable
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs598 pub const B_ERRORS_END: status_t = B_GENERAL_ERROR_BASE + 0xffff; constant