boot: Add efi_fnmatch
authorJan Janssen <medhefgo@web.de>
Thu, 9 Jun 2022 08:05:52 +0000 (10:05 +0200)
committerJan Janssen <medhefgo@web.de>
Thu, 9 Jun 2022 10:50:08 +0000 (12:50 +0200)
commit0e8ecba96e72ecb57a5f2a668b645214e2f3b12b
tree3ff942fff9bf68ed2469a1d5dd1a18bcf19aaa67
parent2299b1cae32c1fb8911da0ce26efced68032f4f8
boot: Add efi_fnmatch

Unlike MetaiMatch from the UEFI spec/EDK2 this implementation is
intended to be compatible with POSIX fnmatch.
src/boot/efi/efi-string.c
src/boot/efi/efi-string.h
src/boot/efi/test-efi-string.c