Home
last modified time | relevance | path

Searched refs:StrSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/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); in UefiDevicePathLibStrDuplicate()
2789 TempBufferSize = 2 * sizeof(CHAR16) + StrSize("0x"); in DevPathFromTextBluetooth()
/freebsd-12.1/sys/contrib/edk2/Include/Library/
H A DBaseLib.h1168 StrSize (
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3929 size_t StrSize = Str.size(); in AddModeAttr() local
3931 while ((VectorStringLength + 1) < StrSize && in AddModeAttr()
/freebsd-12.1/sys/contrib/edk2/
H A DMdePkg.dec1934 # BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(), StrnCpy()<BR><BR>