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

1 2

  /bionic/libc/bionic/
strchr.cpp 30 #undef _FORTIFY_SOURCE
strrchr.cpp 30 #undef _FORTIFY_SOURCE
__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
__umask_chk.cpp 29 #undef _FORTIFY_SOURCE
42 * This umask check is called if _FORTIFY_SOURCE is defined and
memcpy.cpp 29 #undef _FORTIFY_SOURCE
recv.cpp 29 #undef _FORTIFY_SOURCE
__fgets_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This fgets check is called if _FORTIFY_SOURCE is defined and
__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
__memset_chk.cpp 29 #undef _FORTIFY_SOURCE
43 * This memset check is called if _FORTIFY_SOURCE is defined and
__read_chk.cpp 29 #undef _FORTIFY_SOURCE
__recvfrom_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
__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
__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
__FD_chk.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
  /bionic/libc/stdio/
snprintf.c 34 #undef _FORTIFY_SOURCE
sprintf.c 34 #undef _FORTIFY_SOURCE
  /bionic/libc/arch-arm/bionic/
__aeabi.c 34 #undef _FORTIFY_SOURCE
  /external/libunwind/src/setjmp/
longjmp.c 28 #undef _FORTIFY_SOURCE

Completed in 154 milliseconds

1 2