Searched refs:AsciiStrLen (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A Duefi-dplib.h503 #define AsciiStrLen(s) strlen(s) macro
H A Defivar-dp-format.c493 UIDStr = HIDStr + AsciiStrLen (HIDStr) + 1;
494 CIDStr = UIDStr + AsciiStrLen (UIDStr) + 1;
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h2009 AsciiStrLen (
2647 equal or greater than ((AsciiStrLen (Source) + 1) * sizeof (CHAR16)) in bytes.
2686 equal or greater than ((AsciiStrLen (Source) + 1) * sizeof (CHAR16)) in bytes.
2732 ((MIN(AsciiStrLen(Source), Length) + 1) * sizeof (CHAR8)) in bytes.
2759 MIN(AsciiStrLen(Source), Length).

Completed in 133 milliseconds