Cross Reference: while-true.cocci
xref
: /
systemd
/
coccinelle
/
while-true.cocci
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
@@
statement s;
@@
- while (true)
+ for (;;)
s
@@
statement s;
@@
- while (1)
+ for (;;)
s