Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/single_process/src/
Dsysconf.c17 ret = sysconf(_SC_VERSION); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dsysconf.c126 case _SC_VERSION: in sysconf()
127 return z_sysconf(_SC_VERSION); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h70 _SC_VERSION, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c187 zassert_not_equal(INT_MIN, _SC_VERSION); in ZTEST()