Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/library/
A Dthreading.c12 #if !defined(_POSIX_C_SOURCE)
13 #define _POSIX_C_SOURCE 200112L macro
A Dplatform_util.c14 #if !defined(_POSIX_C_SOURCE) && !defined(__OpenBSD__)
15 #define _POSIX_C_SOURCE 200112L macro
A Dnet_sockets.c11 #ifndef _POSIX_C_SOURCE
12 #define _POSIX_C_SOURCE 200112L macro
/lib/lwip/lwip/src/apps/http/makefsdata/
A Dtinydir.h137 #if _POSIX_C_SOURCE >= 1 || _XOPEN_SOURCE || _BSD_SOURCE || _SVID_SOURCE ||\
141 #if _POSIX_C_SOURCE >= 200112L
146 (_POSIX_C_SOURCE >= 200809L || _XOPEN_SOURCE >= 700)
546 || ((defined _POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200112L)) in tinydir_open()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_platform.function16 #elif _POSIX_C_SOURCE >= 199309L
26 #elif _POSIX_C_SOURCE >= 199309L
A Dmain_test.function21 #if !defined(_POSIX_C_SOURCE)
22 #define _POSIX_C_SOURCE 200112L // for fileno() from <stdio.h>
/lib/mbedtls/external/mbedtls/programs/aes/
A Dcrypt_and_hash.c12 #define _POSIX_C_SOURCE 200112L macro
/lib/mbedtls/external/mbedtls/programs/ssl/
A Dssl_mail_client.c12 #define _POSIX_C_SOURCE 200112L macro
/lib/mbedtls/external/mbedtls/
A 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

Completed in 28 milliseconds