The seventh batch
[git.git] / contrib / coccinelle / xstrdup_or_null.cocci
blob9c1d2939b61f0a588f6b611084b68c1cc7a0cef8
1 @@
2 expression E;
3 @@
4 - xstrdup(absolute_path(E))
5 + absolute_pathdup(E)