Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c128 case _SC_V6_ILP32_OFF32: in sysconf()
129 return z_sysconf(_SC_V6_ILP32_OFF32); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h75 _SC_V6_ILP32_OFF32, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c183 zassert_not_equal(INT_MIN, _SC_V6_ILP32_OFF32); in ZTEST()