Home
last modified time | relevance | path

Searched refs:StrNCpy (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp874 Value *StrNCpy = M->getOrInsertFunction(Name, I8Ptr, I8Ptr, I8Ptr, in emitStrNCpy() local
878 StrNCpy, {castToCStr(Dst, B), castToCStr(Src, B), Len}, Name); in emitStrNCpy()
879 if (const Function *F = dyn_cast<Function>(StrNCpy->stripPointerCasts())) in emitStrNCpy()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2503 inline const char* StrNCpy(char* dest, const char* src, size_t n) {