Searched refs:__stpcpy_chk (Results 1 – 14 of 14) sorted by relevance
46 extern "C" char* __stpcpy_chk(char* dest, const char* src, size_t dest_len) { in __stpcpy_chk() function
967 extern "C" char* __stpcpy_chk(char*, const char*, size_t);971 char* res = __stpcpy_chk(buf, "012345678", (size_t)-1); in TEST()
117 __stpcpy_chk;
170 __stpcpy_chk;
173 __stpcpy_chk;
174 __stpcpy_chk;
84 bionic/__stpcpy_chk.cpp \
45 "bionic/__stpcpy_chk.cpp",