Searched refs:PLATFORM_POSIX (Results 1 – 25 of 27) sorted by relevance
12
22 #if !defined(PLATFORM_POSIX) && !defined(PLATFORM_GOOGLE) && \38 #define PLATFORM_POSIX macro46 #define PLATFORM_POSIX macro52 #define PLATFORM_POSIX macro
23 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_WINDOWS) || \
26 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
23 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
63 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
28 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
31 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \307 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
26 #if defined(PLATFORM_POSIX) || defined(IS_MOBILE_PLATFORM)42 #if defined(PLATFORM_POSIX) || defined(IS_MOBILE_PLATFORM) in Match()
19 #if !defined(PLATFORM_POSIX) && !defined(PLATFORM_GOOGLE) && \28 #define PLATFORM_POSIX macro35 #define PLATFORM_POSIX macro
30 #define PLATFORM_POSIX 1 macro
45 #define PLATFORM_POSIX 1 macro
123 #define PLATFORM_POSIX 1 macro
41 #if defined(PLATFORM_POSIX)191 #if defined(PLATFORM_POSIX)574 #if defined(PLATFORM_POSIX) in setup_signals()
181 #if defined(PLATFORM_POSIX) in main()
18 #if !defined(IS_MOBILE_PLATFORM) && defined(PLATFORM_POSIX) && \
247 #if defined(PLATFORM_POSIX) || defined(__APPLE__) || defined(__ANDROID__)
30 #if defined(PLATFORM_POSIX)
13 if PLATFORM_POSIX
138 AC_DEFINE([PLATFORM_POSIX], [1], [Define to 1 if compiling for a POSIX platform.]) definition347 AM_CONDITIONAL([PLATFORM_POSIX], [test "x$platform" = xposix]) condition
381 #if defined(PLATFORM_GOOGLE) || defined(PLATFORM_POSIX) && \ in FastMemcpy()