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

/external/stlport/stlport/stl/config/
H A D_hpux.h12 # ifndef _POSIX_C_SOURCE
13 # define _POSIX_C_SOURCE 199506 macro
/external/libxml2/include/libxml/
H A Dxmlversion.h95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
/external/valgrind/main/memcheck/tests/
H A Dmemalign2.c11 #undef _POSIX_C_SOURCE macro
12 #define _POSIX_C_SOURCE 200112L macro
/external/srec/portable/include/
H A Dptypes.h169 #ifndef _POSIX_C_SOURCE
170 #define _POSIX_C_SOURCE 199309 macro
/external/qemu/
H A Doslib-posix.c46 #if defined(_POSIX_C_SOURCE) && !defined(__sun__)
/external/openssl/crypto/ui/
H A Dui_openssl.c120 /* need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
125 #ifndef _POSIX_C_SOURCE
126 #define _POSIX_C_SOURCE 2 macro
/external/openssl/crypto/
H A Do_time.c68 (defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
/external/openssl/apps/
H A Dapps.c112 #ifndef _POSIX_C_SOURCE
113 #define _POSIX_C_SOURCE 2 /* On VMS, you need to define this to get macro

Completed in 152 milliseconds