Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs701 pub const _SC_LONG_BIT: ::c_int = 106; constant
/external/python/cpython2/Modules/
Dposixmodule.c8221 #ifdef _SC_LONG_BIT
8222 {"SC_LONG_BIT", _SC_LONG_BIT},
/external/python/cpython3/Modules/
Dposixmodule.c11850 #ifdef _SC_LONG_BIT
11851 {"SC_LONG_BIT", _SC_LONG_BIT},