/src/sys/sys/ |
cdefs.h | 44 * #if __GNUC_PREREQ__(major, minor) 51 #define __GNUC_PREREQ__(x, y) \ 55 #define __GNUC_PREREQ__(x, y) 0 214 #if !__GNUC_PREREQ__(2, 0) 239 #if !__GNUC_PREREQ__(2, 0) && !defined(__lint__) 243 #if __GNUC_PREREQ__(2, 5) || defined(__lint__) 251 #if __GNUC_PREREQ__(2, 96) || defined(__lint__) 259 #if __GNUC_PREREQ__(2, 5) || defined(__lint__) 265 #if __GNUC_PREREQ__(3, 0) || defined(__lint__) 271 #if __GNUC_PREREQ__(3, 0) || defined(__lint__ [all...] |
stdarg.h | 47 #elif !(__GNUC_PREREQ__(4, 5) || \ 48 (__GNUC_PREREQ__(4, 4) && __GNUC_PATCHLEVEL__ > 2) || defined(__clang__))
|
float_ieee754.h | 64 #if __GNUC_PREREQ__(3, 3) 70 #if __GNUC_PREREQ__(3, 3) 151 #if __GNUC_PREREQ__(3, 3)
|
fd_set.h | 76 #if __GNUC_PREREQ__(2, 95) 95 #if __GNUC_PREREQ__(2, 95)
|
stddef.h | 144 #if __GNUC_PREREQ__(4, 0) 149 #if !__GNUC_PREREQ__(3, 4)
|
dirent.h | 94 #if __GNUC_PREREQ__(4, 0)
|
cdefs_aout.h | 36 #if __GNUC_PREREQ__(4, 0) 54 #if __GNUC_PREREQ__(4, 0)
|
cdefs_elf.h | 67 #if __GNUC_PREREQ__(4, 0) 73 #if __GNUC_PREREQ__(4, 0) 79 #if __GNUC_PREREQ__(4, 2)
|
/src/sys/arch/mips/include/ |
float.h | 36 #if __GNUC_PREREQ__(4,1) 66 #endif /* !__GNUC_PREREQ__(4,1) */ 80 #if __GNUC_PREREQ__(4,1)
|
fenv.h | 90 #if __GNUC_PREREQ__(8, 0) 210 #if __GNUC_PREREQ__(8, 0)
|
/src/lib/libc/ssp/ |
stpcpy_chk.c | 41 #if !__GNUC_PREREQ__(4, 8)
|
stpncpy_chk.c | 41 #if !__GNUC_PREREQ__(4, 8)
|
/src/tests/lib/libc/ssp/ |
h_stpncpy.c | 44 #if __GNUC_PREREQ__(4, 8)
|
/src/sys/arch/vax/include/ |
math.h | 9 #if __GNUC_PREREQ__(3, 3)
|
float.h | 49 #if __GNUC_PREREQ__(3, 3)
|
/src/tests/lib/libobjc/ |
t_threads.m | 40 #if __GNUC_PREREQ__(4,8) 52 #if __GNUC_PREREQ__(4,8) 67 #if __GNUC_PREREQ__(4,8)
|
/src/sys/arch/alpha/include/ |
fenv.h | 76 #if __GNUC_PREREQ__(8, 0) 178 #if __GNUC_PREREQ__(8, 0)
|
/src/sys/external/bsd/common/include/linux/ |
compiler.h | 44 #if __GNUC_PREREQ__(4,0) /* not sure when but this will work */
|
/src/include/ |
assert.h | 82 #elif __GNUC_PREREQ__(2, 6)
|
math.h | 83 #if __GNUC_PREREQ__(3, 3) 96 #if __GNUC_PREREQ__(3, 3) 110 #elif __GNUC_PREREQ__(3, 3) 118 #if __GNUC_PREREQ__(3,3) 137 #if __GNUC_PREREQ__(4, 4)
|
/src/include/ssp/ |
string.h | 86 #if __GNUC_PREREQ__(4,8) || defined(__clang__) 99 #if __GNUC_PREREQ__(4,8) || defined(__clang__)
|
ssp.h | 38 (__OPTIMIZE__ > 0 || defined(__clang__)) && __GNUC_PREREQ__(4, 1)
|
/src/sys/arch/ia64/include/ |
fenv.h | 71 #if __GNUC_PREREQ__(8, 0) 215 #if __GNUC_PREREQ__(8, 0)
|
/src/common/lib/libc/quad/ |
quad.h | 112 #if __GNUC_PREREQ__(2, 0) || defined(lint)
|
/src/sys/lib/libkern/ |
libkern.h | 323 #if __GNUC_PREREQ__(2, 95) && !defined(_STANDALONE) 356 #if __GNUC_PREREQ__(2, 95) && !defined(_STANDALONE) 423 #if __GNUC_PREREQ__(2, 95) && (!defined(__vax__) || __GNUC_PREREQ__(4,1)) 484 #if __GNUC_PREREQ__(4, 5) \
|