HomeSort by relevance Sort by last modified time
    Searched refs:__stpcpy_chk (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Analysis/
string.c 312 #define __stpcpy_chk BUILTIN(__stpcpy_chk) macro
313 char *__stpcpy_chk(char *restrict s1, const char *restrict s2, size_t destlen);
315 #define stpcpy(a,b) __stpcpy_chk(a,b,(size_t)-1)
    [all...]
  /bionic/libc/bionic/
fortify.cpp 230 extern "C" char* __stpcpy_chk(char* dst, const char* src, size_t dst_len) { function
  /bionic/tests/
fortify_test.cpp 931 extern "C" char* __stpcpy_chk(char*, const char*, size_t);
935 char* res = __stpcpy_chk(buf, "012345678", (size_t)-1);
  /external/valgrind/shared/
vg_replace_strmem.c     [all...]

Completed in 439 milliseconds