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