Home
last modified time | relevance | path

Searched refs:IS_HYPHEN (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
DAppSupport.c30 #define IS_HYPHEN(a) ((a) == L'-') macro
147 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in InternalStrToGuid()
151 if (IS_HYPHEN (*Str)) { in InternalStrToGuid()
161 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in InternalStrToGuid()
165 if (IS_HYPHEN (*Str)) { in InternalStrToGuid()
175 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in InternalStrToGuid()
179 if (IS_HYPHEN (*Str)) { in InternalStrToGuid()
194 if (IS_HYPHEN (*Str)) { in InternalStrToGuid()
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c47 #define IS_HYPHEN(a) ((a) == '-') macro
243 if (!IS_HYPHEN(Value[8])) { in IsValidGuid()
246 if (!IS_HYPHEN(Value[13])) { in IsValidGuid()
249 if (!IS_HYPHEN(Value[18])) { in IsValidGuid()
252 if (!IS_HYPHEN(Value[23])) { in IsValidGuid()
945 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in AsciiStrToGuid()
949 if (IS_HYPHEN (*Str)) { in AsciiStrToGuid()
959 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in AsciiStrToGuid()
963 if (IS_HYPHEN (*Str)) { in AsciiStrToGuid()
973 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in AsciiStrToGuid()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLib.h34 #define IS_HYPHEN(a) ((a) == L'-') macro
DDevicePathFromText.c409 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in StrToGuid()
413 if (IS_HYPHEN (*Str)) { in StrToGuid()
423 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in StrToGuid()
427 if (IS_HYPHEN (*Str)) { in StrToGuid()
437 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in StrToGuid()
441 if (IS_HYPHEN (*Str)) { in StrToGuid()
456 if (IS_HYPHEN (*Str)) { in StrToGuid()