xref
: /
btstack
/
tool
/
misc
/
replace_bzero_with_memset.cocci
(revision 070c8da6dea986184200632e9b027f54813362c6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@@
2
expression src, size;
3
@@
4
- bzero(src, size)
5
+ memset(src, 0, size)
6
Scopes Window
x
Intelligence window
x
Next >>
|
<< Prev
In current file
Highlight
Unhighlight
Unhighlight all
In project "undefined"
Search for definitions of
Search for references of
Do a full search with
Search for file names that contain
On Google
Google
Messages Window
x
Navigate Window
x