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