Home
last modified time | relevance | path

Searched refs:StrCpy (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp858 Value *StrCpy = M->getOrInsertFunction(Name, I8Ptr, I8Ptr, I8Ptr); in emitStrCpy() local
861 B.CreateCall(StrCpy, {castToCStr(Dst, B), castToCStr(Src, B)}, Name); in emitStrCpy()
862 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts())) in emitStrCpy()
/freebsd-12.1/sys/contrib/edk2/Include/Library/
H A DBaseLib.h1077 StrCpy (
/freebsd-12.1/sys/contrib/edk2/
H A DMdePkg.dec1934 # BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(), StrnCpy()<BR><BR>