Home
last modified time | relevance | path

Searched refs:_POSIX_C_SOURCE (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.6.0/tests/benchmarks/footprints/src/
Dlibc.c7 #undef _POSIX_C_SOURCE
8 #define _POSIX_C_SOURCE 200809L macro
/Zephyr-Core-3.6.0/drivers/flash/
Dflash_simulator_native.c12 #undef _POSIX_C_SOURCE
16 #define _POSIX_C_SOURCE 200809L macro
/Zephyr-Core-3.6.0/tests/bluetooth/uuid/src/
Dtest_bt_uuid_to_str.c5 #undef _POSIX_C_SOURCE
6 #define _POSIX_C_SOURCE 200809L macro
/Zephyr-Core-3.6.0/modules/zcbor/
DCMakeLists.txt13 zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L)
/Zephyr-Core-3.6.0/subsys/testsuite/ztest/src/
Dztest_posix.c7 #undef _POSIX_C_SOURCE
8 #define _POSIX_C_SOURCE 200809L macro
/Zephyr-Core-3.6.0/boards/posix/native_posix/
DCMakeLists.txt6 zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDED)
/Zephyr-Core-3.6.0/arch/posix/core/
DCMakeLists.txt32 …zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDE…
/Zephyr-Core-3.6.0/tests/drivers/rtc/rtc_api/
DCMakeLists.txt38 target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)
/Zephyr-Core-3.6.0/tests/net/lib/coap_client/
DCMakeLists.txt19 target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)
/Zephyr-Core-3.6.0/drivers/eeprom/
Deeprom_simulator.c11 #undef _POSIX_C_SOURCE
15 #define _POSIX_C_SOURCE 200809L macro
/Zephyr-Core-3.6.0/subsys/shell/modules/
Ddevmem_service.c9 #undef _POSIX_C_SOURCE
10 #define _POSIX_C_SOURCE 200809L macro
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_cbor.c10 #undef _POSIX_C_SOURCE
11 #define _POSIX_C_SOURCE 200809L /* Required for gmtime_r */ macro
/Zephyr-Core-3.6.0/tests/lib/c_lib/common/src/
Dmain.c19 #undef _POSIX_C_SOURCE
20 #define _POSIX_C_SOURCE 200809L macro
/Zephyr-Core-3.6.0/doc/releases/
Dmigration-guide-3.6.rst24 * Until now ``_POSIX_C_SOURCE``, ``_XOPEN_SOURCE``, and ``_XOPEN_SOURCE_EXTENDED`` were defined
25 globally when building for the native (``ARCH_POSIX``) targets, and ``_POSIX_C_SOURCE`` when
31 ``target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)`` to your application
32 or ``zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L)`` to your library.
Drelease-notes-3.6.rst271 * Fixed an issue where the macros ``_POSIX_C_SOURCE`` and ``_XOPEN_SOURCE`` would be defined
1083 * Updated to version 1.8.6. This removes the :c:macro:`_POSIX_C_SOURCE` definition from the build
/Zephyr-Core-3.6.0/drivers/wifi/esp_at/
Desp.c10 #undef _POSIX_C_SOURCE
11 #define _POSIX_C_SOURCE 200809L macro