Searched refs:StrSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A Duefi-dplib.h524 #define StrSize(x) (strlen(x) + 1) macro
H A Defivar-dp-parse.c95 return AllocateCopyPool (StrSize (Src), Src);
2789 TempBufferSize = 2 * sizeof(CHAR16) + StrSize("0x");
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h1168 StrSize (
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4003 size_t StrSize = Str.size(); local
4005 while ((VectorStringLength + 1) < StrSize &&

Completed in 105 milliseconds