Searched refs:__GLIBC__ (Results 26 - 50 of 149) sorted by relevance

123456

/external/strace/tests/
H A Dipc_msg.c44 #if defined __GLIBC__ && defined POWERPC64
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
49 #endif /* __GLIBC__ && POWERPC64 */
/external/strace/tests-m32/
H A Dipc_msg.c44 #if defined __GLIBC__ && defined POWERPC64
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
49 #endif /* __GLIBC__ && POWERPC64 */
/external/strace/tests-mx32/
H A Dipc_msg.c44 #if defined __GLIBC__ && defined POWERPC64
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
49 #endif /* __GLIBC__ && POWERPC64 */
/external/bison/lib/
H A Dxmalloc.c30 #if defined HAVE_CALLOC_GNU || (defined __GLIBC__ && !defined __UCLIBC__)
H A Dstring.in.h50 && ! defined __GLIBC__
114 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
199 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
229 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
331 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
477 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
579 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
628 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
H A Dprintf-parse.h26 # include <features.h> /* for __GLIBC__, __UCLIBC__ */
39 #if __GLIBC__ >= 2 && !defined __UCLIBC__
/external/boringssl/src/crypto/test/
H A Dmalloc.cc17 #if defined(__GLIBC__) && !defined(__UCLIBC__)
/external/kernel-headers/original/uapi/linux/
H A Dlibc-compat.h52 #if defined(__GLIBC__)
171 #else /* !defined(__GLIBC__) */
211 #endif /* __GLIBC__ */
/external/libchrome/base/posix/
H A Dsafe_strerror.cc23 #if defined(__GLIBC__) || defined(OS_NACL)
/external/libunwind/src/setjmp/
H A Dlongjmp.c38 #if defined(__GLIBC__)
55 #endif /* __GLIBC__ */
H A Dsiglongjmp.c38 #if defined(__GLIBC__)
/external/libunwind/tests/
H A DLtest-nocalloc.c45 #ifdef __GLIBC__
/external/python/cpython2/Lib/plat-linux2/
H A DDLFCN.py45 __GLIBC__ = 2 variable
/external/iptables/extensions/
H A Dlibipt_CLUSTERIP.c13 #if defined(__GLIBC__) && __GLIBC__ == 2
H A Dlibipt_realm.c5 #if defined(__GLIBC__) && __GLIBC__ == 2
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dunwind_vdso.c22 #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 16
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp210 #if defined(__linux__) && defined(__GLIBC__) && \
220 #if defined(__linux__) && defined(__GLIBC__)
244 #endif // __linux__ && __GLIBC__
/external/python/cpython2/Lib/plat-atheos/
H A DTYPES.py42 __GLIBC__ = 2 variable
/external/v8/include/
H A Dv8config.h27 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
29 ((__GLIBC__ * 100 + __GLIBC_MINOR__) >= ((major) * 100 + (minor)))
141 #elif defined(__GLIBC__) || defined(__GNU_LIBRARY__)
/external/bison/darwin-lib/
H A Dfcntl.h38 #if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))
57 #if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))
66 #ifndef __GLIBC__ /* Avoid namespace pollution on glibc systems. */
/external/bison/linux-lib/
H A Dfcntl.h38 #if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))
57 #if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))
66 #ifndef __GLIBC__ /* Avoid namespace pollution on glibc systems. */
/external/e2fsprogs/util/
H A Dsymlinks.c324 #if defined (_GNU_SOURCE) && defined (__GLIBC__)
338 #if defined (_GNU_SOURCE) && defined (__GLIBC__)
347 #if defined (_GNU_SOURCE) && defined (__GLIBC__)
/external/libchrome/build/
H A Dbuild_config.h81 #if defined(__GLIBC__) && !defined(__UCLIBC__)
/external/libmojo/build/
H A Dbuild_config.h45 #if defined(__GLIBC__) && !defined(__UCLIBC__)
/external/libtextclassifier/
H A Dbase.h43 #if defined(__GLIBC__) || defined(__CYGWIN__)

Completed in 809 milliseconds

123456