Lines Matching full:strncpy
645 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) {646 SCOPED_TSAN_INTERCEPTOR(strncpy, dst, src, n);650 return REAL(strncpy)(dst, src, n);1946 TSAN_INTERCEPT(strncpy);