Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-sunos5/
DIN.py277 _SC_STACK_PROT = 515 variable
DSTROPTS.py274 _SC_STACK_PROT = 515 variable
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1665 pub const _SC_STACK_PROT: ::c_int = 515; constant
/external/python/cpython2/Modules/
Dposixmodule.c8407 #ifdef _SC_STACK_PROT
8408 {"SC_STACK_PROT", _SC_STACK_PROT},
/external/python/cpython3/Modules/
Dposixmodule.c12039 #ifdef _SC_STACK_PROT
12040 {"SC_STACK_PROT", _SC_STACK_PROT},