Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dplatform_util.c25 #if !defined(_POSIX_C_SOURCE)
26 #define _POSIX_C_SOURCE 200112L macro
Dthreading.c24 #if !defined(_POSIX_C_SOURCE)
25 #define _POSIX_C_SOURCE 200112L macro
Dnet_sockets.c23 #ifndef _POSIX_C_SOURCE
24 #define _POSIX_C_SOURCE 200112L macro
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dmain_test.function21 #if !defined(_POSIX_C_SOURCE)
22 #define _POSIX_C_SOURCE 200112L // for fileno() from <stdio.h>
/openthread-3.6.0/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c24 #define _POSIX_C_SOURCE 200112L macro
/openthread-3.6.0/third_party/mbedtls/repo/programs/ssl/
Dssl_mail_client.c23 #define _POSIX_C_SOURCE 200112L macro
/openthread-3.6.0/third_party/mbedtls/repo/
DChangeLog216 * In library/net_sockets.c, _POSIX_C_SOURCE and _XOPEN_SOURCE are
560 * Make arc4random_buf available on NetBSD and OpenBSD when _POSIX_C_SOURCE is
791 * Set _POSIX_C_SOURCE to at least 200112L in C99 code. Reported in #3420 and