Home
last modified time | relevance | path

Searched refs:__GLIBC__ (Results 1 – 25 of 149) sorted by relevance

123456

/external/strace/tests-mx32/
Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
/external/strace/tests/
Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
/external/strace/tests-m32/
Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
Dipc_msg.c49 #if defined __GLIBC__ && defined POWERPC64
51 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
/external/u-boot/arch/powerpc/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) \
54 || (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0)
/external/u-boot/arch/m68k/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) \
54 || (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0)
/external/linux-kselftest/tools/testing/selftests/capabilities/
Dvalidate_cap.c20 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19)
/external/u-boot/arch/xtensa/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/microblaze/include/asm/
Dposix_types.h60 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/arm/include/asm/
Dposix_types.h67 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/nios2/include/asm/
Dposix_types.h51 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/nds32/include/asm/
Dposix_types.h68 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/grpc-grpc/src/core/lib/gpr/
Denv_linux.cc57 #elif __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 17) in gpr_getenv_silent()
/external/u-boot/arch/x86/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/riscv/include/asm/
Dposix_types.h69 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/libusb/examples/getopt/
Dgetopt1.c46 #if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2
/external/kernel-headers/original/uapi/linux/
Dstat.h7 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp164 # if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
/external/u-boot/arch/mips/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/sh/include/asm/
Dposix_types.h50 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/iptables/extensions/
Dlibxt_mac.c2 #if defined(__GLIBC__) && __GLIBC__ == 2
Dlibipt_realm.c5 #if defined(__GLIBC__) && __GLIBC__ == 2
/external/mesa3d/include/
Dc99_math.h193 #if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 23))
/external/v8/include/
Dv8config.h27 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
29 ((__GLIBC__ * 100 + __GLIBC_MINOR__) >= ((major) * 100 + (minor)))
213 #elif defined(__GLIBC__) || defined(__GNU_LIBRARY__)
/external/linux-kselftest/tools/testing/selftests/x86/
Dunwind_vdso.c14 #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 16

123456