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