Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c188 case _SC_2_VERSION: in sysconf()
189 return z_sysconf(_SC_2_VERSION); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h101 _SC_2_VERSION, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c86 zassert_not_equal(INT_MIN, _SC_2_VERSION); in ZTEST()