Lines Matching full:strcpy
157 // FIXME: Add stricter shadow checks in str* interceptors (ex.: strcpy should160 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { // NOLINT163 char *res = REAL(strcpy)(dest, src); // NOLINT1191 INTERCEPT_FUNCTION(strcpy); // NOLINT