]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/strjoina.cocci
Merge pull request #18990 from yuwata/network-dhcpv6-use-domains
[thirdparty/systemd.git] / coccinelle / strjoina.cocci
1 @@
2 position p : script:python() { p[0].current_element != "test_strjoina" };
3 expression n, m;
4 expression list s;
5 @@
6 - n = strjoina@p(m, s, NULL);
7 + n = strjoina(m, s);