Searched refs:scpy (Results 1 – 1 of 1) sorted by relevance
84 char scpy[80]; in testUncontrolledFormatString() local85 strcpy(scpy, s); in testUncontrolledFormatString()86 sprintf(buf,scpy); // expected-warning {{Uncontrolled Format String}} in testUncontrolledFormatString()