Lines Matching +full:trade +full:- +full:off
4 efivar-dp-format.c is a copy of MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
5 efivar-dp-parse.c is a copy of MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
9 sed -e "s/L'/'/g;"'s/L"/"/g;s/%g/%36s/g;s/%a/%s/g;s/^VOID/static VOID/g;s/ *$//g'
12 UTC-2 this code is written for is a bad match for wchar_t which is an int. It's
19 efivar-dp-*.c to its source to see what's changed. Because we go through this
23 uefi-*.[ch] are internal routines to support this. They've been copied from EDK2
24 as well, but in a more hap-hazard manner. This was a trade off between ease of
28 efi-osdep.h shims the EDK2 types to FreeBSD's types. It's included by
30 uefi-dplib.h to allow better sharing.
32 uefi-dplib.h shims the EDK2 routines that are needed to FreeBSD's routines. This
33 is relatively easy since we map all the UCS-2 routines to simple char *