MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dStrncpy

Function dStrncpy

Engine/source/core/strings/stringFunctions.h:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123inline char *dStrncpy(char *dst, const char *src, dsize_t len)
124{
125 return strncpy(dst,src,len);
126}
127
128inline dsize_t dStrlen(const char *str)
129{

Callers 15

expandOldScriptFilenameFunction · 0.85
collapseScriptFilenameFunction · 0.85
TelnetClientMethod · 0.85
setFieldComponentFunction · 0.85
getObjectIndentMethod · 0.85
ConsoleSetTypeFunction · 0.85
printClassHeaderFunction · 0.85
dumpClassesMethod · 0.85
TelnetConsoleMethod · 0.85
setTelnetParametersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected