Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2042 pub const _SC_DCACHE_BLKSZ: ::c_int = 510; constant
/third_party/python/Modules/
Dposixmodule.c11936 #ifdef _SC_DCACHE_BLKSZ
11937 {"SC_DCACHE_BLKSZ", _SC_DCACHE_BLKSZ},