Home
last modified time | relevance | path

Searched refs:_SC_VERSION (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D10-1.c58 if (sysconf(_SC_VERSION) >= 200800L) { in main()
D10-2.c61 if (sysconf(_SC_VERSION) >= 200800L) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-1.c53 if (sysconf(_SC_VERSION) >= 200800L) { in main()
D39-2.c57 if (sysconf(_SC_VERSION) >= 200800L) { in main()
/external/ltp/testcases/kernel/syscalls/sysconf/
Dsysconf01.c90 test_sysconf(_SC_VERSION); in main()
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py113 _SC_VERSION = 8 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py200 _SC_VERSION = 8 variable
DSTROPTS.py197 _SC_VERSION = 8 variable
/external/python/cpython2/Modules/
Dposixmodule.c8448 #ifdef _SC_VERSION
8449 {"SC_VERSION", _SC_VERSION},