Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c136 case _SC_V7_ILP32_OFF32: in sysconf()
137 return z_sysconf(_SC_V7_ILP32_OFF32); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h71 _SC_V7_ILP32_OFF32, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c179 zassert_not_equal(INT_MIN, _SC_V7_ILP32_OFF32); in ZTEST()