Home
last modified time | relevance | path

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

/openssl/test/
H A Dconf_include_test.c153 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) \ in test_check_null_numbers()
183 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) \ in test_check_overflow()
/openssl/include/internal/
H A De_os.h359 # elif !defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 200809L \
/openssl/apps/lib/
H A Dvms_term_sock.c18 # if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
23 # define _POSIX_C_SOURCE 2 macro
28 # undef _POSIX_C_SOURCE
H A Dhttp_server.c12 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
17 # define _POSIX_C_SOURCE 2 macro
H A Dapps.c10 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
15 # define _POSIX_C_SOURCE 2 macro
/openssl/
H A DNOTES-POSIX.md16 _POSIX_C_SOURCE=200809L
/openssl/crypto/
H A Do_str.c383 #elif (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) || \ in openssl_strerror_r()
H A Dmem.c243 #if defined(_BSD_SOURCE) || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) in CRYPTO_aligned_alloc()
/openssl/crypto/ui/
H A Dui_openssl.c26 # if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
27 # ifndef _POSIX_C_SOURCE
28 # define _POSIX_C_SOURCE 2 macro
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c785 || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) in get_time_stamp()

Completed in 27 milliseconds