Searched refs:__strncat_chk (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/ |
D | fortify_test.cpp | 670 extern "C" char* __strncat_chk(char*, const char*, size_t, size_t); 678 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST() 697 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() 715 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() 733 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST() 752 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST() 771 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 328 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/ |
D | libc.map.txt | 183 __strncat_chk; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
|
/bionic/libc/ |
D | libc.map.txt | 183 __strncat_chk; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
|