Searched refs:StrSize (Results 1 – 5 of 5) sorted by relevance
524 #define StrSize(x) (strlen(x) + 1) macro
95 return AllocateCopyPool (StrSize (Src), Src); in UefiDevicePathLibStrDuplicate()2789 TempBufferSize = 2 * sizeof(CHAR16) + StrSize("0x"); in DevPathFromTextBluetooth()
1168 StrSize (
3929 size_t StrSize = Str.size(); in AddModeAttr() local3931 while ((VectorStringLength + 1) < StrSize && in AddModeAttr()
1934 # BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(), StrnCpy()<BR><BR>