Sign in
googlers
/
jrn
/
git
/
a631e99807f4cd5e98594452992f7343268ac56b
/
.
/
contrib
/
coccinelle
/
xstrdup_or_null.cocci
blob: 9c1d2939b61f0a588f6b611084b68c1cc7a0cef8 [
file
] [
log
] [
blame
]
@@
expression E
;
@@
-
xstrdup
(
absolute_path
(
E
))
+
absolute_pathdup
(
E
)