boot: Use strlen8/16
authorJan Janssen <medhefgo@web.de>
Mon, 23 May 2022 10:32:50 +0000 (12:32 +0200)
committerJan Janssen <medhefgo@web.de>
Tue, 31 May 2022 12:18:43 +0000 (14:18 +0200)
commit5f4974725510fbbbcdf113b159b0db4fdf53019a
tree53ab58a54cca79d126e2051148ba13e2ace87afb
parent9080ffd4cdebedf55974e8f8d8b05ff4385bd1e1
boot: Use strlen8/16

The casts in this and the next few commits are curently necessary
because CHAR8 is defined as uint8_t in gnu-efi, while char is signed.
Once we switch from gnu-efi typedefs to stdint types, the casts
will be dropped.
src/boot/efi/bcd.c
src/boot/efi/boot.c
src/boot/efi/cpio.c
src/boot/efi/meson.build
src/boot/efi/pe.c
src/boot/efi/random-seed.c
src/boot/efi/util.c
src/boot/efi/util.h
src/fundamental/string-util-fundamental.h