Searched refs:DstLenBeforeCat (Results 1 – 1 of 1) sorted by relevance
165 const auto DstLenBeforeCat = internal_strlen(dst); in INTERCEPTOR() local167 nsanCopyZeroTerminated(dst + DstLenBeforeCat, src, internal_strlen(src)); in INTERCEPTOR()172 const auto DstLenBeforeCat = wcslen(dst); in INTERCEPTOR() local174 nsanWCopyZeroTerminated(dst + DstLenBeforeCat, src, wcslen(src)); in INTERCEPTOR()