repo.or.cz
/
systemd_ALT.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1:255.13-alt1
[systemd_ALT.git]
/
coccinelle
/
while-true.cocci
blob
3ea70bc0c61af2f431b071a952905cfb0ab748c9
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
@@
3
statement s;
4
@@
5
- while (true)
6
+ for (;;)
7
s
8
@@
9
statement s;
10
@@
11
- while (1)
12
+ for (;;)
13
s