OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sncpy
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Analysis/
taint-generic.c
99
char
sncpy
[80];
local
100
strncpy(
sncpy
, s, 20);
101
setproctitle(
sncpy
, 3); // expected-warning {{Uncontrolled Format String}}
Completed in 763 milliseconds