Home | History | Annotate | Download | only in Checkers

Lines Matching full:strcat

1262   //char *strcat(char *restrict s1, const char *restrict s2);
1458 // If this is an appending function (strcat, strncat...) then set the
1840 else if (C.isCLibraryFunction(FDecl, "strcat"))