HomeSort by relevance Sort by last modified time
    Searched defs:_FORTIFY_SOURCE (Results 26 - 47 of 47) sorted by null

12

  /bionic/tests/
strings_nofortify_test.cpp 2 #ifdef _FORTIFY_SOURCE
3 #undef _FORTIFY_SOURCE
10 #if defined(_FORTIFY_SOURCE)
11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
unistd_nofortify_test.cpp 2 #ifdef _FORTIFY_SOURCE
3 #undef _FORTIFY_SOURCE
10 #if defined(_FORTIFY_SOURCE)
11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
fortify_compilation_test.cpp 17 #undef _FORTIFY_SOURCE
18 #define _FORTIFY_SOURCE 2
  /bionic/libc/bionic/
__FD_chk.cpp 29 #undef _FORTIFY_SOURCE
__fread_chk.cpp 29 #undef _FORTIFY_SOURCE
__fwrite_chk.cpp 29 #undef _FORTIFY_SOURCE
__poll_chk.cpp 29 #undef _FORTIFY_SOURCE
__stpcpy_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This stpcpy check is called if _FORTIFY_SOURCE is defined and
__strcpy_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This strcpy check is called if _FORTIFY_SOURCE is defined and
__strlen_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This strlen check is called if _FORTIFY_SOURCE is defined and
51 * size_t len = strlen(buf); // segfault here with _FORTIFY_SOURCE
__vsnprintf_chk.cpp 29 #undef _FORTIFY_SOURCE
44 * This vsnprintf check is called if _FORTIFY_SOURCE is defined and
64 * This snprintf check is called if _FORTIFY_SOURCE is defined and
__vsprintf_chk.cpp 29 #undef _FORTIFY_SOURCE
44 * This vsprintf check is called if _FORTIFY_SOURCE is defined and
64 * This sprintf check is called if _FORTIFY_SOURCE is defined and
getcwd.cpp 29 #undef _FORTIFY_SOURCE
__stpncpy_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This stpncpy check is called if _FORTIFY_SOURCE is defined and
__strncpy_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This strncpy check is called if _FORTIFY_SOURCE is defined and
poll.cpp 29 #undef _FORTIFY_SOURCE
legacy_32_bit_support.cpp 29 #undef _FORTIFY_SOURCE
  /bionic/libc/stdio/
snprintf.c 34 #undef _FORTIFY_SOURCE
sprintf.c 34 #undef _FORTIFY_SOURCE
  /external/libunwind/src/setjmp/
longjmp.c 28 #undef _FORTIFY_SOURCE
  /bionic/libc/arch-arm/bionic/
__aeabi.c 34 #undef _FORTIFY_SOURCE
  /external/libevent/
evdns.c 54 #ifndef _FORTIFY_SOURCE
55 #define _FORTIFY_SOURCE 3
    [all...]

Completed in 208 milliseconds

12