HomeSort by relevance Sort by last modified time
    Searched refs:_FORTIFY_SOURCE (Results 1 - 25 of 43) 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/ssp/
ssp.h 38 #if _FORTIFY_SOURCE > 0 && __OPTIMIZE__ > 0 \
42 # if _FORTIFY_SOURCE == 1
44 # elif _FORTIFY_SOURCE > 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
ssp.h 38 #if _FORTIFY_SOURCE > 0 && __OPTIMIZE__ > 0 \
42 # if _FORTIFY_SOURCE == 1
44 # elif _FORTIFY_SOURCE > 1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
ssp.h 38 #if _FORTIFY_SOURCE > 0 && __OPTIMIZE__ > 0 \
42 # if _FORTIFY_SOURCE == 1
44 # elif _FORTIFY_SOURCE > 1
  /bionic/libc/stdio/
snprintf.c 34 #undef _FORTIFY_SOURCE

Completed in 290 milliseconds

1 2