Home
last modified time | relevance | path

Searched refs:strcpy_fn (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Analysis/
Dstring.c274 void strcpy_fn(char *x) { in strcpy_fn() function
275 …strcpy(x, (char*)&strcpy_fn); // expected-warning{{Argument to string copy function is the address… in strcpy_fn()
279 …strcpy(x, (const char*)&strcpy_fn); // expected-warning{{Argument to string copy function is the a… in strcpy_fn_const()
470 …strncpy(x, (char*)&strcpy_fn, 5); // expected-warning{{Argument to string copy function is the add… in strncpy_fn()