Symbol: __GLIBC__
usr/src/cmd/cmd-inet/usr.bin/pppstats/pppstats.c
56
&& (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0)
usr/src/cmd/cmd-inet/usr.bin/pppstats/pppstats.c
67
#if __GLIBC__ >= 2
usr/src/cmd/hal/hald/device_info.c
1470
#ifdef __GLIBC__
usr/src/cmd/sendmail/include/sm/conf.h
1118
# if (__GLIBC__ == 2 && __GLIBC_MINOR__ > 1) || __GLIBC__ > 2
usr/src/cmd/sendmail/include/sm/conf.h
1496
# if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
usr/src/cmd/sendmail/include/sm/conf.h
1502
# if (__GLIBC__ >= 2)
usr/src/cmd/sendmail/include/sm/conf.h
1523
# if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
usr/src/cmd/sendmail/include/sm/conf.h
1524
# define GLIBC_VERSION ((__GLIBC__ << 8) + __GLIBC_MINOR__)
usr/src/cmd/zic/private.h
331
|| 2 < __GLIBC__ + (1 <= __GLIBC_MINOR__) \
usr/src/cmd/zic/private.h
768
|| defined __GLIBC__ || defined __tm_zone /* musl */ \
usr/src/cmd/zic/private.h
840
|| defined __GLIBC__ \
usr/src/cmd/zic/zic.c
69
# elif 2 < __GLIBC__ + (25 <= __GLIBC_MINOR__)
usr/src/grub/grub-0.97/grub/asmstub.c
51
# if !defined(__GLIBC__) || \
usr/src/grub/grub-0.97/grub/asmstub.c
52
((__GLIBC__ < 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ < 1)))
usr/src/grub/grub-0.97/grub/asmstub.c
944
#if defined(__linux__) && (!defined(__GLIBC__) || \
usr/src/grub/grub-0.97/grub/asmstub.c
945
((__GLIBC__ < 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ < 1))))
usr/src/grub/grub-0.97/lib/device.c
40
# if !defined(__GLIBC__) || \
usr/src/grub/grub-0.97/lib/device.c
41
((__GLIBC__ < 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ < 1)))
usr/src/grub/grub-0.97/lib/device.c
902
#if defined(__linux__) && (!defined(__GLIBC__) || \
usr/src/grub/grub-0.97/lib/device.c
903
((__GLIBC__ < 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ < 1))))
usr/src/grub/grub-0.97/lib/getopt.c
56
#if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2
usr/src/grub/grub-0.97/lib/getopt1.c
48
#if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2
usr/src/lib/libresolv2/common/irs/irs_data.c
227
#if !(__GLIBC__ > 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)
usr/src/lib/libresolv2/common/irs/irs_data.c
241
#if (__GLIBC__ > 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)
usr/src/lib/libresolv2/common/irs/irs_data.c
47
#if !(__GLIBC__ > 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)
usr/src/lib/libresolv2/common/resolv/herror.c
77
#if !(__GLIBC__ > 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)
usr/src/lib/libresolv2/include/port_after.h
201
#ifdef __GLIBC__
usr/src/lib/libresolv2/include/port_after.h
202
#if __GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 2)
usr/src/uts/common/gssapi/mechs/krb5/include/k5-int.h
938
# if defined(__GNUC__) && defined(__GLIBC__)