boot: Use strcmp8/16
authorJan Janssen <medhefgo@web.de>
Tue, 24 May 2022 08:07:07 +0000 (10:07 +0200)
committerJan Janssen <medhefgo@web.de>
Tue, 31 May 2022 13:09:10 +0000 (15:09 +0200)
commitec436bdf1698b1dcc40b4ab96c5d097fb68583d3
tree92004b43ff649b8c4456b8b340fb374d0bd3c7e6
parent0d933d024ad7ecaa91f4d1a97886bb26829c4def
boot: Use strcmp8/16

This also replaces streq and similar functions for consistency. Note
that streq16 is null pointer safe, so streq_ptr can be safely replaced
too.
src/boot/efi/bcd.c
src/boot/efi/boot.c
src/boot/efi/splash.c
src/boot/efi/util.c
src/boot/efi/util.h
src/fundamental/string-util-fundamental.h