Home | History | Annotate | Download | only in msan

Lines Matching full:strncpy

168 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) {  // NOLINT
173 char *res = REAL(strncpy)(dest, src, n); // NOLINT
1197 INTERCEPT_FUNCTION(strncpy); // NOLINT