Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
920d5f0ffbd5aed3cc62b2d54cd14b1e2ee0174a
920d5f0ffbd5aed3cc62b2d54cd14b1e2ee0174a
coccinelle
while-true.cocci
Fork and Edit
Blob
Blame
History
Raw
@@ statement s; @@ - while (true) + for (;;) s @@ statement s; @@ - while (1) + for (;;) s