Home
last modified time | relevance | path

Searched refs:_POSIX_VERSION (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dposix_features.h34 #define _POSIX_VERSION 200809L macro
43 #define _POSIX_ASYNCHRONOUS_IO _POSIX_VERSION
47 #define _POSIX_BARRIERS _POSIX_VERSION
51 #define _POSIX_CLOCK_SELECTION _POSIX_VERSION
55 #define _POSIX_CPUTIME _POSIX_VERSION
59 #define _POSIX_FSYNC _POSIX_VERSION
63 #define _POSIX_IPV6 _POSIX_VERSION
69 #define _POSIX_MAPPED_FILES _POSIX_VERSION
73 #define _POSIX_MEMLOCK _POSIX_VERSION
77 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
[all …]
/Zephyr-latest/tests/posix/single_process/src/
Dsysconf.c18 zassert_equal(ret, _POSIX_VERSION, "sysconf returned unexpected value %d", ret); in ZTEST()
27 zassert_equal(ret, _POSIX_VERSION, "sysconf returned unexpected value %d", ret); in ZTEST()
/Zephyr-latest/subsys/modem/
Dmodem_stats.c7 #ifdef _POSIX_VERSION
8 #undef _POSIX_VERSION
10 #define _POSIX_VERSION 200809L macro
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h222 #define __z_posix_sysconf_SC_VERSION _POSIX_VERSION
/Zephyr-latest/doc/services/portability/posix/conformance/
Dindex.rst37 _POSIX_VERSION, 200809L,