Searched refs:s_copy_len (Results 1 – 1 of 1) sorted by relevance
263 size_t s_copy_len = static_cast<size_t>(s - src); in __stpncpy_chk2() local264 if (__predict_false(s_copy_len > src_len)) { in __stpncpy_chk2()374 size_t s_copy_len = static_cast<size_t>(s - src); in __strncpy_chk2() local375 if (__predict_false(s_copy_len > src_len)) { in __strncpy_chk2()