Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dsysconf.h70 #define _SC_XOPEN_VERSION 0x0020 macro
/bionic/libc/bionic/
Dsysconf.cpp93 case _SC_XOPEN_VERSION: return _XOPEN_VERSION; in sysconf()
/bionic/tests/
Dunistd_test.cpp692 VerifySysconf(_SC_XOPEN_VERSION, "_SC_XOPEN_VERSION", [](long v){return v == _XOPEN_VERSION;}); in TEST()