Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/mbedtls/repo/library/
Dthreading.c12 #if !defined(_POSIX_C_SOURCE)
13 #define _POSIX_C_SOURCE 200112L macro
Dplatform_util.c14 #if !defined(_POSIX_C_SOURCE) && !defined(__OpenBSD__)
15 #define _POSIX_C_SOURCE 200112L macro
Dnet_sockets.c11 #ifndef _POSIX_C_SOURCE
12 #define _POSIX_C_SOURCE 200112L macro
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_platform.function16 #elif _POSIX_C_SOURCE >= 199309L
26 #elif _POSIX_C_SOURCE >= 199309L
Dmain_test.function21 #if !defined(_POSIX_C_SOURCE)
22 #define _POSIX_C_SOURCE 200112L // for fileno() from <stdio.h>
/openthread-3.7.0/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c12 #define _POSIX_C_SOURCE 200112L macro
/openthread-3.7.0/third_party/mbedtls/repo/programs/ssl/
Dssl_mail_client.c12 #define _POSIX_C_SOURCE 200112L macro
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog1804 * In library/net_sockets.c, _POSIX_C_SOURCE and _XOPEN_SOURCE are
2155 * Make arc4random_buf available on NetBSD and OpenBSD when _POSIX_C_SOURCE is
2386 * Set _POSIX_C_SOURCE to at least 200112L in C99 code. Reported in #3420 and