zephyr/lib/os
Maksim Masalski dbfa5a04de coding guidelines 11.9: fix literal zero as the null-ptr-constant
File has next violations:
MISRA 11_9_a
Use NULL instead of literal zero (0) as the null-pointer-constant
MISRA 11_9_b
Literal zero (0) shall not be used as the null-pointer-constant

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2021-05-12 21:51:40 -04:00
..
assert.c
base64.c
bitarray.c sys: introduce bit arrays 2021-05-07 13:36:22 -04:00
cbprintf_complete.c lib: os: cbprintf_complete: fix typo in cbvprintf width comment 2021-04-29 07:14:39 -04:00
cbprintf_nano.c coding guidelines 10.4: casting operands to have same types 2021-05-08 12:32:15 +02:00
cbprintf_packaged.c coding guidelines 11.9: fix literal zero as the null-ptr-constant 2021-05-12 21:51:40 -04:00
cbprintf.c
CMakeLists.txt sys: introduce bit arrays 2021-05-07 13:36:22 -04:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c
dec.c
fdtable.c
heap-validate.c
heap.c
heap.h
hex.c
json.c
Kconfig
Kconfig.cbprintf
mpsc_pbuf.c lib: os: mpsc_buf: Allow dropping of skip packets in no overwrite 2021-05-06 15:40:05 +02:00
mutex.c
notify.c lib: os: assign sys_notify callback default to NULL... 2021-04-29 07:16:37 -04:00
onoff.c
p4wq.c p4wq: add support for per-CPU, per-queue and delayed threads 2021-05-03 17:13:01 -04:00
printk.c
rb.c
reboot.c lib: os: reboot: misc cleanup 2021-04-28 20:34:00 -04:00
ring_buffer.c
sem.c
thread_entry.c
timeutil.c
user_work.c
work_q.c