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

1 2

  /bionic/libc/bionic/
__fgets_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This fgets check is called if _FORTIFY_SOURCE is defined and
__getcwd_chk.cpp 29 #undef _FORTIFY_SOURCE
__memchr_chk.cpp 29 #undef _FORTIFY_SOURCE
__memcpy_chk.cpp 29 #undef _FORTIFY_SOURCE
42 * This memcpy check is called if _FORTIFY_SOURCE is defined and
__memmove_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This memmove check is called if _FORTIFY_SOURCE is defined and
__memrchr_chk.cpp 29 #undef _FORTIFY_SOURCE
__memset_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This memset check is called if _FORTIFY_SOURCE is defined and
__pread64_chk.cpp 29 #undef _FORTIFY_SOURCE
__pread_chk.cpp 29 #undef _FORTIFY_SOURCE
__pwrite64_chk.cpp 29 #undef _FORTIFY_SOURCE
__pwrite_chk.cpp 29 #undef _FORTIFY_SOURCE
__read_chk.cpp 29 #undef _FORTIFY_SOURCE
__readlink_chk.cpp 29 #undef _FORTIFY_SOURCE
__readlinkat_chk.cpp 29 #undef _FORTIFY_SOURCE
__recvfrom_chk.cpp 29 #undef _FORTIFY_SOURCE
__strlcat_chk.cpp 29 #undef _FORTIFY_SOURCE
44 * This strlcat check is called if _FORTIFY_SOURCE is defined and
__strlcpy_chk.cpp 29 #undef _FORTIFY_SOURCE
44 * This strlcpy check is called if _FORTIFY_SOURCE is defined and
__umask_chk.cpp 29 #undef _FORTIFY_SOURCE
42 * This umask check is called if _FORTIFY_SOURCE is defined and
__write_chk.cpp 29 #undef _FORTIFY_SOURCE
readlink.cpp 29 #undef _FORTIFY_SOURCE
recv.cpp 29 #undef _FORTIFY_SOURCE
strchr.cpp 30 #undef _FORTIFY_SOURCE
strrchr.cpp 30 #undef _FORTIFY_SOURCE
  /bionic/tests/
stdio_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."
string_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."

Completed in 103 milliseconds

1 2