Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c140 case _SC_V7_LP64_OFF64: in sysconf()
141 return z_sysconf(_SC_V7_LP64_OFF64); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h73 _SC_V7_LP64_OFF64, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c181 zassert_not_equal(INT_MIN, _SC_V7_LP64_OFF64); in ZTEST()