Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v245-rc1
/
.
/
coccinelle
/
const-strlen.disabled
blob: 30a6e5a88ed80308e9a4ffcb27e310a0dbdb6310 [
file
] [
log
] [
blame
] [
raw
]
@@
constant s
;
@@
(
#define
STRLEN
&
-
sizeof
(
s
)-
1
+
STRLEN
(
s
)
)
@@
constant s
;
@@
-
strlen
(
s
)
+
STRLEN
(
s
)