Searched refs:_FORTIFY_SOURCE (Results 1 – 13 of 13) 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)
24 AC_MSG_CHECKING(whether to define _FORTIFY_SOURCE=2)30 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
28 #undef _FORTIFY_SOURCE
172 #elif defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
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
1020 #undef _FORTIFY_SOURCE
369 * Fixed select decoding for glibc in _FORTIFY_SOURCE mode.
25402 Fix select decoding for glibc in _FORTIFY_SOURCE mode.25403 glibc in _FORTIFY_SOURCE mode raises SIGABRT when descriptor greater
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;