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
/
strjoina.cocci
blob
891b22a20406f2ddb7e700ca2d02a3d65784d8b4
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
@@
3
position p : script:python() { p[0].current_element != "test_strjoina" };
4
expression n, m;
5
expression list s;
6
@@
7
- n = strjoina@p(m, s, NULL);
8
+ n = strjoina(m, s);