zephyr/scripts/coccinelle
Sachin D Kulkarni 0399213cd5 scripts: coccinelle: Remove strtok_r symbol from checklist
strtok_r is part of GNU99, but default Zephyr is built with C99, so,
the GNU headers are not pulled in, even if we add "--std=gnu99" it
won't override the C99 standard.

As a workaround for build we redefine the prototype, but this causes a
coding guideline warning, so, for now disable this warning
for strtok_r.

Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
2023-08-23 16:05:08 +01:00
..
array_size.cocci
boolean.cocci coccinelle: Add script to check rule 14.4 2021-04-08 07:56:28 -04:00
const_config_info.cocci everywhere: fix typos 2022-03-18 13:24:08 -04:00
deref_null.cocci scripts: coccinelle: Fix parse error 2021-04-14 14:18:02 -04:00
find_dev_usage.cocci everywhere: fix typos 2022-03-18 13:24:08 -04:00
find_functions.cocci everywhere: fix typos 2022-03-18 13:24:08 -04:00
identifier_length.cocci scripts: coccinelle: Add guideline number on a script output 2021-04-08 07:56:28 -04:00
ignore_return.cocci
int_ms_to_timeout.cocci everywhere: fix typos 2022-03-18 13:24:08 -04:00
irq_lock.cocci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
macros.h scripts/cocci: add Zephyr macro file 2020-05-05 06:15:04 -04:00
mini_lock.cocci
ms_timeout.cocci everywhere: fix typos 2022-03-18 13:24:08 -04:00
noderef.cocci
reserved_names.cocci coccinelle: check reserved symbols based on a file 2021-04-30 22:09:43 -04:00
returnvar.cocci
same_identifier.cocci scripts: coccinelle: Check rule 5.7 2021-04-08 07:56:28 -04:00
semicolon.cocci
symbols.txt scripts: coccinelle: Remove strtok_r symbol from checklist 2023-08-23 16:05:08 +01:00
unsigned_lesser_than_zero.cocci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
unsigned_shift.cocci
unsigned_suffix.cocci