Searched refs:_FORTIFY_SOURCE (Results 1 – 12 of 12) sorted by relevance
12 #if defined(HAVE_FEATURES_H) && defined(_FORTIFY_SOURCE)15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)16 # undef _FORTIFY_SOURCE
287 #if defined(HAVE_FEATURES_H) && defined(_FORTIFY_SOURCE)290 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
28 #undef _FORTIFY_SOURCE
1011 # _FORTIFY_SOURCE isn't really supported by Clang now, see1017 # _FORTIFY_SOURCE. Also, fortified build may fail when optimizations are1019 defines += [ "_FORTIFY_SOURCE=2" ]
642 /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2)1302 /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2)
54 #ifndef _FORTIFY_SOURCE55 #define _FORTIFY_SOURCE 3 macro
201 * Fixed select decoding for glibc in _FORTIFY_SOURCE mode.
1020 #undef _FORTIFY_SOURCE
3496 # _FORTIFY_SOURCE isn't really supported by Clang now, see3504 # with _FORTIFY_SOURCE. Also, fortified build may fail3508 '_FORTIFY_SOURCE=2',
338 AC_DEFINE([_FORTIFY_SOURCE], [2], definition
11455 /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2)29056 /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2)32800 /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2)
4882 _FORTIFY_SOURCE check that doesn't grok heap-allocated fd_sets;