Searched refs:_SC_XOPEN_VERSION (Results 1 – 4 of 4) sorted by relevance
98 #define _SC_XOPEN_VERSION 0x0020 macro
232 case _SC_XOPEN_VERSION: return _XOPEN_VERSION; in sysconf()
290 MACRO(_SC_XOPEN_VERSION); in unistd_h()
1015 …VerifySysconf(_SC_XOPEN_VERSION, "_SC_XOPEN_VERSION", [](long v){return v == _XOPEN_VERSION && err… in TEST()