Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h36 #define _XOPEN_VERSION 700 macro
/bionic/libc/bionic/
Dsysconf.cpp125 case _SC_XOPEN_VERSION: return _XOPEN_VERSION; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c36 MACRO(_XOPEN_VERSION); in unistd_h()
/bionic/tests/
Dunistd_test.cpp894 EXPECT_EQ(700, _XOPEN_VERSION); in TEST()
972 …VerifySysconf(_SC_XOPEN_VERSION, "_SC_XOPEN_VERSION", [](long v){return v == _XOPEN_VERSION && err… in TEST()