Symbol: __GLIBC_PREREQ
crypto/krb5/src/util/support/fake-addrinfo.c
147
# ifdef __GLIBC_PREREQ
crypto/krb5/src/util/support/fake-addrinfo.c
148
# if ! __GLIBC_PREREQ(2, 4)
crypto/krb5/src/util/support/plugins.c
55
#ifdef __GLIBC_PREREQ
crypto/krb5/src/util/support/plugins.c
56
#if ! __GLIBC_PREREQ(2, 25)
crypto/openssh/openbsd-compat/kludge-fd_set.c
14
# if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
crypto/openssh/openbsd-compat/kludge-fd_set.c
15
# if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
crypto/openssh/openbsd-compat/openbsd-compat.h
376
# if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
crypto/openssh/openbsd-compat/openbsd-compat.h
377
# if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
crypto/openssl/crypto/armcap.c
69
#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
crypto/openssl/crypto/armcap.c
70
#if __GLIBC_PREREQ(2, 16)
crypto/openssl/crypto/bio/bss_dgram.c
51
#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
crypto/openssl/crypto/bio/bss_dgram.c
52
#if !(__GLIBC_PREREQ(2, 14))
crypto/openssl/crypto/getenv.c
89
#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
crypto/openssl/crypto/getenv.c
90
#if __GLIBC_PREREQ(2, 17)
crypto/openssl/crypto/ppccap.c
89
#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
crypto/openssl/crypto/ppccap.c
90
#if __GLIBC_PREREQ(2, 16)
crypto/openssl/crypto/s390xcap.c
28
#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
crypto/openssl/crypto/s390xcap.c
29
#if __GLIBC_PREREQ(2, 16)
crypto/openssl/crypto/uid.c
34
#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
crypto/openssl/crypto/uid.c
35
#if __GLIBC_PREREQ(2, 16)
crypto/openssl/include/openssl/byteorder.h
41
#elif defined(__GLIBC__) && defined(__GLIBC_PREREQ)
crypto/openssl/include/openssl/byteorder.h
42
#if (__GLIBC_PREREQ(2, 19)) && defined(_DEFAULT_SOURCE)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
87
#if defined(__GLIBC_PREREQ)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
88
#if __GLIBC_PREREQ(2, 17)
crypto/openssl/test/shlibloadtest.c
223
&& defined(__GLIBC_PREREQ) \
crypto/openssl/test/shlibloadtest.c
225
#if __GLIBC_PREREQ(2, 3)
tools/build/cross-build/include/linux/stdlib.h
41
#ifndef __GLIBC_PREREQ
tools/build/cross-build/include/linux/string.h
51
(defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 38) || !defined(_GNU_SOURCE)))
tools/build/cross-build/include/linux/string.h
59
(defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 25) || !defined(_GNU_SOURCE)))
tools/build/cross-build/include/linux/unistd.h
70
#if defined(__GLIBC__) && !__GLIBC_PREREQ(2, 25)