Searched refs:_FORTIFY_SOURCE (Results 1 – 23 of 23) sorted by relevance
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-tests.cpp | 56 #ifndef _FORTIFY_SOURCE 104 #if _FORTIFY_SOURCE > 1 174 #if _FORTIFY_SOURCE > 1 in TestString() 179 #if _FORTIFY_SOURCE > 1 in TestString() 184 #if _FORTIFY_SOURCE > 1 in TestString() 190 #if _FORTIFY_SOURCE > 1 in TestString() 196 #if _FORTIFY_SOURCE > 1 in TestString() 201 #if _FORTIFY_SOURCE > 1 in TestString() 362 #if _FORTIFY_SOURCE > 1 in TestPoll() 368 #if _FORTIFY_SOURCE > 1 in TestPoll() [all …]
|
/external/openssh/openbsd-compat/ |
D | kludge-fd_set.c | 12 #if defined(HAVE_FEATURES_H) && defined(_FORTIFY_SOURCE) 15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0) 16 # undef _FORTIFY_SOURCE
|
D | openbsd-compat.h | 346 #if defined(HAVE_FEATURES_H) && defined(_FORTIFY_SOURCE) 349 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
|
/external/flac/m4/ |
D | ax_add_fortify_source.m4 | 13 # _FORTIFY_SOURCE globally in their compilers, leading to unnecessary 16 # <command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror] 20 # _FORTIFY_SOURCE is already defined, and if not, adds -D_FORTIFY_SOURCE=2 40 #ifndef _FORTIFY_SOURCE
|
/external/libopus/m4/ |
D | ax_add_fortify_source.m4 | 13 # _FORTIFY_SOURCE globally in their compilers, leading to unnecessary 16 # <command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror] 20 # _FORTIFY_SOURCE is already defined, and if not, adds -D_FORTIFY_SOURCE=2 40 #ifndef _FORTIFY_SOURCE
|
/external/ltp/m4/ |
D | ltp-fortify_source.m4 | 5 AC_MSG_CHECKING(whether to define _FORTIFY_SOURCE=2) 11 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | port_platform.h | 401 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 402 #undef _FORTIFY_SOURCE 403 #define _FORTIFY_SOURCE 0 macro
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | port_platform.h | 401 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 402 #undef _FORTIFY_SOURCE 403 #define _FORTIFY_SOURCE 0 macro
|
/external/flac/cmake/ |
D | UseSystemExtensions.cmake | 6 #ifndef _FORTIFY_SOURCE
|
/external/rust/crates/grpcio-sys/grpc/tools/ |
D | bazel.rc | 29 # _FORTIFY_SOURCE=1 is enabled by default on Mac OS, which breaks ASAN. 30 # We workaround it by setting _FORTIFY_SOURCE=0 and ignoring macro redefined
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stringpiece.h | 174 #elif defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
|
/external/flac/ |
D | config.cmake.h.in | 177 #ifndef _FORTIFY_SOURCE 179 #define _FORTIFY_SOURCE DODEFINE_FORTIFY_SOURCE macro
|
D | configure.ac | 471 dnl some distributions (such as Gentoo) have _FORTIFY_SOURCE always
|
/external/igt-gpu-tools/lib/ |
D | igt.cocci | 189 // avoid unused-result warnings when compiling with _FORTIFY_SOURCE defined
|
/external/skia/site/docs/dev/contrib/ |
D | bazel.md | 93 build:asan --copt -Wno-macro-redefined # (_FORTIFY_SOURCE redefined.)
|
/external/libopus/ |
D | CMakeLists.txt | 289 $<$<NOT:$<CONFIG:debug>>:_FORTIFY_SOURCE=2>)
|
/external/libevent/ |
D | evdns.c | 56 #ifndef _FORTIFY_SOURCE 57 #define _FORTIFY_SOURCE 3 macro
|
/external/ImageMagick/config/ |
D | config.h.in | 1040 #undef _FORTIFY_SOURCE
|
/external/python/cpython3/ |
D | pyconfig.h.in | 519 /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
|
D | configure.ac | 5492 # _FORTIFY_SOURCE wrappers for memmove and bcopy are incorrect: 5494 AC_MSG_CHECKING(for glibc _FORTIFY_SOURCE/memmove bug) 5523 [Define if glibc has incorrect _FORTIFY_SOURCE wrappers
|
/external/strace/ |
D | NEWS | 768 * Fixed select decoding for glibc in _FORTIFY_SOURCE mode.
|
D | ChangeLog | 44592 Fix select decoding for glibc in _FORTIFY_SOURCE mode. 44593 glibc in _FORTIFY_SOURCE mode raises SIGABRT when descriptor greater
|
/external/ImageMagick/ |
D | configure.ac | 318 AC_DEFINE([_FORTIFY_SOURCE], [2], definition
|