Searched refs:s_copy_len (Results 1 – 1 of 1) sorted by relevance
260 size_t s_copy_len = static_cast<size_t>(s - src); in __stpncpy_chk2() local261 if (__predict_false(s_copy_len >= src_len)) { in __stpncpy_chk2()371 size_t s_copy_len = static_cast<size_t>(s - src); in __strncpy_chk2() local372 if (__predict_false(s_copy_len >= src_len)) { in __strncpy_chk2()