Home
last modified time | relevance | path

Searched refs:__GLIBC_PREREQ (Results 1 – 22 of 22) sorted by relevance

/external/ltp/testcases/kernel/syscalls/sched_getaffinity/
Dsched_getaffinity01.c70 #if !(__GLIBC_PREREQ(2, 7))
99 #if __GLIBC_PREREQ(2, 7) in do_test()
107 #if __GLIBC_PREREQ(2, 7) in do_test()
118 #if __GLIBC_PREREQ(2, 7) in do_test()
135 #if __GLIBC_PREREQ(2, 7) in do_test()
147 #if __GLIBC_PREREQ(2, 7) in do_test()
/external/grpc-grpc/src/core/lib/iomgr/
Dport.h73 #ifdef __GLIBC_PREREQ
74 #if __GLIBC_PREREQ(2, 4)
77 #if __GLIBC_PREREQ(2, 9)
81 #if __GLIBC_PREREQ(2, 10)
/external/openssh/openbsd-compat/
Dkludge-fd_set.c14 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
Dopenbsd-compat.h319 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
320 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
/external/libcxx/include/
Dwchar.h124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
D__config207 # if defined(__GLIBC_PREREQ)
208 # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
211 # endif // defined(__GLIBC_PREREQ)
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c46 #if defined(__GLIBC_PREREQ)
47 #if !__GLIBC_PREREQ(2, 16)
/external/ltp/testcases/kernel/syscalls/accept4/
Daccept4_01.c67 #if !(__GLIBC_PREREQ(2, 10))
122 #if !(__GLIBC_PREREQ(2, 10)) in do_test()
/external/linux-kselftest/android/patches/
D0017-seccomp_bpf_disable_tests.patch9 +#if defined(__GLIBC_PREREQ)
10 #if !__GLIBC_PREREQ(2, 26)
/external/libcxx/test/support/
Dtest_macros.h94 #if defined(__GLIBC_PREREQ)
96 #define TEST_GLIBC_PREREQ(major, minor) __GLIBC_PREREQ(major, minor)
/external/compiler-rt/test/tsan/
Dthread_name.cc5 #define USE_PTHREAD_SETNAME_NP __GLIBC_PREREQ(2, 12)
/external/ltp/android/include/
Dbionic-compat.h21 #define __GLIBC_PREREQ(a, b) 1 macro
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dsem_init_glibc.cc14 defined(__ia64__) || defined(__m68k__)) && __GLIBC_PREREQ(2, 21)
/external/selinux/libselinux/src/
Dprocattr.c29 #elif !defined(__GLIBC_PREREQ)
31 #elif !__GLIBC_PREREQ(2,30)
/external/libunwind/src/setjmp/
Dlongjmp.c39 #if __GLIBC_PREREQ(2, 4)
Dsiglongjmp.c39 #if __GLIBC_PREREQ(2, 4)
/external/harfbuzz_ng/src/
Dhb.hh316 # if defined(__linux) && defined(__GLIBC_PREREQ)
317 # if __GLIBC_PREREQ(2,3)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc1063 #ifndef __GLIBC_PREREQ
1064 #define __GLIBC_PREREQ(x, y) 0 macro
1066 #if !defined(__s390x__) || __GLIBC_PREREQ (2, 20)
1142 #if !defined(__aarch64__) || !SANITIZER_LINUX || __GLIBC_PREREQ (2, 21)
/external/linux-kselftest/tools/testing/selftests/ptp/
Dtestptp.c52 #if !__GLIBC_PREREQ(2, 14)
/external/dynamic_depth/internal/base/
Dport.h106 #ifndef __GLIBC_PREREQ // NOLINT
107 #define __GLIBC_PREREQ(a, b) 0 // not a GLIBC system macro
/external/elfutils/tests/
Drun-dwarf-getmacros.sh567 __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c15 #if defined(__GLIBC_PREREQ)
16 #if !__GLIBC_PREREQ(2, 26)