Lines Matching full:strncat
406 INTERCEPTOR(char *, strncat, char *dest, const char *src, SIZE_T n) { // NOLINT412 char *res = REAL(strncat)(dest, src, n); // NOLINT1568 INTERCEPT_FUNCTION(strncat); // NOLINT