Home | History | Annotate | Download | only in msan

Lines Matching full:strncat

406 INTERCEPTOR(char *, strncat, char *dest, const char *src, SIZE_T n) {  // NOLINT
412 char *res = REAL(strncat)(dest, src, n); // NOLINT
1568 INTERCEPT_FUNCTION(strncat); // NOLINT