Home | History | Annotate | Download | only in msan

Lines Matching full:strcpy

157 // FIXME: Add stricter shadow checks in str* interceptors (ex.: strcpy should
160 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { // NOLINT
163 char *res = REAL(strcpy)(dest, src); // NOLINT
1191 INTERCEPT_FUNCTION(strcpy); // NOLINT