zephyr/lib/crc
Chris Friedt 2bc722a97e posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY
The functions fnmatch(), getopt(), getentropy()
and others are grouped into the standard Option Group
POSIX_C_LIB_EXT.

The getentropy() function is currently in-draft for
Issue 8 as of 2021.

https://www.opengroup.org/austin/docs/austin_1110.pdf

Not surprisingly, the POSIX_C_LIB_EXT Option Group
also includes the highly debated strnlen() function.

Moving that function will be deferred until later.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-04 16:27:12 -05:00
..
CMakeLists.txt lib: crc: Add OpenPGP CRC-24 2024-05-29 10:51:21 -07:00
Kconfig posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY 2024-06-04 16:27:12 -05:00
crc4_sw.c
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc24_sw.c lib: crc: Add OpenPGP CRC-24 2024-05-29 10:51:21 -07:00
crc32_sw.c
crc32c_sw.c
crc_shell.c lib: crc: Add OpenPGP CRC-24 2024-05-29 10:51:21 -07:00