Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
56dc67c74728b1e8e373445efe1fcbbdccb34886
56dc67c74728b1e8e373445efe1fcbbdccb34886
coccinelle
const-strlen.cocci
Fork and Edit
Blob
Blame
History
Raw
@@
constant s;
@@
- sizeof(s)
-1
+ STRLEN(s)
@@
constant s;
@@
- strlen(s)
+ STRLEN(s)