Searched refs:StrCpy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 858 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 D | BaseLib.h | 1077 StrCpy (
|
| /freebsd-12.1/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 1934 # BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(), StrnCpy()<BR><BR>
|