Searched refs:_POSIX_C_SOURCE (Results 1 – 16 of 16) sorted by relevance
7 #undef _POSIX_C_SOURCE8 #define _POSIX_C_SOURCE 200809L macro
12 #undef _POSIX_C_SOURCE16 #define _POSIX_C_SOURCE 200809L macro
5 #undef _POSIX_C_SOURCE6 #define _POSIX_C_SOURCE 200809L macro
13 zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L)
6 zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDED)
32 …zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDE…
38 target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)
19 target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)
11 #undef _POSIX_C_SOURCE15 #define _POSIX_C_SOURCE 200809L macro
9 #undef _POSIX_C_SOURCE10 #define _POSIX_C_SOURCE 200809L macro
10 #undef _POSIX_C_SOURCE11 #define _POSIX_C_SOURCE 200809L /* Required for gmtime_r */ macro
19 #undef _POSIX_C_SOURCE20 #define _POSIX_C_SOURCE 200809L macro
24 * Until now ``_POSIX_C_SOURCE``, ``_XOPEN_SOURCE``, and ``_XOPEN_SOURCE_EXTENDED`` were defined25 globally when building for the native (``ARCH_POSIX``) targets, and ``_POSIX_C_SOURCE`` when31 ``target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)`` to your application32 or ``zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L)`` to your library.
271 * Fixed an issue where the macros ``_POSIX_C_SOURCE`` and ``_XOPEN_SOURCE`` would be defined1083 * Updated to version 1.8.6. This removes the :c:macro:`_POSIX_C_SOURCE` definition from the build
10 #undef _POSIX_C_SOURCE11 #define _POSIX_C_SOURCE 200809L macro