Lines Matching refs:strncpy
560 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) {561 SCOPED_TSAN_INTERCEPTOR(strncpy, dst, src, n);565 return REAL(strncpy)(dst, src, n);1865 TSAN_INTERCEPT(strncpy);