Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dlimits.h120 #define _XOPEN_VERSION 700 /* by Posix definition */ macro
/bionic/libc/bionic/
Dsysconf.cpp83 case _SC_XOPEN_VERSION: return _XOPEN_VERSION; in sysconf()
/bionic/tests/
Dunistd_test.cpp630 EXPECT_EQ(700, _XOPEN_VERSION); in TEST()
705 VerifySysconf(_SC_XOPEN_VERSION, "_SC_XOPEN_VERSION", [](long v){return v == _XOPEN_VERSION;}); in TEST()