Home
last modified time | relevance | path

Searched refs:_SC_DCACHE_TBLKSZ (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-sunos5/
DIN.py273 _SC_DCACHE_TBLKSZ = 511 variable
DSTROPTS.py270 _SC_DCACHE_TBLKSZ = 511 variable
/external/python/cpython2/Modules/
Dposixmodule.c8155 #ifdef _SC_DCACHE_TBLKSZ
8156 {"SC_DCACHE_TBLKSZ", _SC_DCACHE_TBLKSZ},
/external/python/cpython3/Modules/
Dposixmodule.c10247 #ifdef _SC_DCACHE_TBLKSZ
10248 {"SC_DCACHE_TBLKSZ", _SC_DCACHE_TBLKSZ},