HomeSort by relevance Sort by last modified time
    Searched refs:__GLIBC_PREREQ (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /external/openssh/openbsd-compat/
kludge-fd_set.c 14 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
25 # endif /* __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0) */
26 # endif /* __GNU_LIBRARY__ && __GLIBC_PREREQ */
openbsd-compat.h 319 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
320 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
328 # endif /* __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0) */
329 # endif /* __GNU_LIBRARY__ && __GLIBC_PREREQ */
  /external/ltp/testcases/kernel/syscalls/sched_getaffinity/
sched_getaffinity01.c 69 #if !(__GLIBC_PREREQ(2, 7))
98 #if __GLIBC_PREREQ(2, 7)
106 #if __GLIBC_PREREQ(2, 7)
117 #if __GLIBC_PREREQ(2, 7)
134 #if __GLIBC_PREREQ(2, 7)
146 #if __GLIBC_PREREQ(2, 7)
  /bionic/tests/
netinet_udp_test.cpp 23 #elif defined(__GLIBC_PREREQ)
24 #if __GLIBC_PREREQ(2, 18)
getauxval_test.cpp 28 #elif defined(__GLIBC_PREREQ)
29 #if __GLIBC_PREREQ(2, 16)
string_posix_strerror_r_test.cpp 29 # if __GLIBC_PREREQ(2, 19)
  /external/ltp/testcases/kernel/syscalls/getcpu/
getcpu01.c 65 #if __GLIBC_PREREQ(2,6)
79 #if !(__GLIBC_PREREQ(2, 7))
167 #elif __GLIBC_PREREQ(2,6)
194 #if __GLIBC_PREREQ(2, 7)
203 #if __GLIBC_PREREQ(2, 7)
212 #if __GLIBC_PREREQ(2, 7)
227 #if __GLIBC_PREREQ(2, 7)
250 #if __GLIBC_PREREQ(2, 7)
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
sem_init_glibc.cc 14 defined(__ia64__) || defined(__m68k__)) && __GLIBC_PREREQ(2, 21)
  /external/compiler-rt/test/tsan/
thread_name.cc 5 #define USE_PTHREAD_SETNAME_NP __GLIBC_PREREQ(2, 12)
  /external/ltp/android/include/
bionic-compat.h 20 #define __GLIBC_PREREQ(a, b) 1
  /external/valgrind/helgrind/tests/
tc20_verifywrap.c 24 /* Fake __GLIBC_PREREQ on Solaris. Pretend glibc >= 2.4. */
25 # define __GLIBC_PREREQ
27 #if !defined(__GLIBC_PREREQ)
28 # error "This program needs __GLIBC_PREREQ (in /usr/include/features.h)"
62 # if __GLIBC_PREREQ(2,4)
108 # if __GLIBC_PREREQ(2,4)
121 # if __GLIBC_PREREQ(2,4)
141 # if __GLIBC_PREREQ(2,4)
  /external/libcxx/include/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /external/libunwind/src/setjmp/
longjmp.c 39 #if __GLIBC_PREREQ(2, 4)
siglongjmp.c 39 #if __GLIBC_PREREQ(2, 4)
54 #endif /* __GLIBC_PREREQ */
  /external/ltp/testcases/kernel/syscalls/accept4/
accept4_01.c 67 #if !(__GLIBC_PREREQ(2, 10))
122 #if !(__GLIBC_PREREQ(2, 10))
  /external/libcxx/test/support/
test_macros.h 80 #define TEST_GLIBC_PREREQ(major, minor) __GLIBC_PREREQ(major, minor)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
features.h 332 #define __GLIBC_PREREQ(maj, min) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
features.h 343 #define __GLIBC_PREREQ(maj, min) \

Completed in 820 milliseconds

1 2