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