Sign in
third-party-mirror
/
systemd
/
refs/heads/master
/
.
/
coccinelle
/
const-strlen.disabled
blob: 8b1a635274c5a6c19767b22793850295ab0916e5 [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
@@
constant s
;
@@
(
#define
STRLEN
&
-
sizeof
(
s
)-
1
+
STRLEN
(
s
)
)
@@
constant s
;
@@
-
strlen
(
s
)
+
STRLEN
(
s
)