Home | History | Annotate | Download | only in msan

Lines Matching full:strcat

231 INTERCEPTOR(char *, strcat, char *dest, const char *src) {  // NOLINT
235 char *res = REAL(strcat)(dest, src); // NOLINT
1201 INTERCEPT_FUNCTION(strcat); // NOLINT