Home
last modified time | relevance | path

Searched refs:__strncat_chk (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Dfortify_test.cpp673 extern "C" char* __strncat_chk(char*, const char*, size_t, size_t);
681 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST()
700 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST()
718 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST()
736 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST()
755 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST()
774 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST()
/bionic/libc/bionic/
Dfortify.cpp325 extern "C" char* __strncat_chk(char* dst, const char* src, size_t len, size_t dst_buf_size) { in __strncat_chk() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt183 __strncat_chk; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
/bionic/libc/
Dlibc.map.txt183 __strncat_chk; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21