Searched defs:dst_buf_size (Results 1 – 1 of 1) sorted by relevance
277 extern "C" void __strcat_chk_fail(size_t dst_buf_size) { in __strcat_chk_fail()297 extern "C" void __strcpy_chk_fail(size_t dst_buf_size) { in __strcpy_chk_fail()325 extern "C" char* __strncat_chk(char* dst, const char* src, size_t len, size_t dst_buf_size) { in __strncat_chk()461 extern "C" char* __STRCAT_CHK(char* dst, const char* src, size_t dst_buf_size) { in __STRCAT_CHK()