MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / strncopy

Function strncopy

core/logic/stringutil.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78unsigned int strncopy(char *dest, const char *src, size_t count)
79{
80 return ke::SafeStrcpy(dest, count, src);
81}
82
83unsigned int UTIL_ReplaceAll(char *subject, size_t maxlength, const char *search, const char *replace, bool caseSensitive)
84{

Callers 15

TranslatorMethod · 0.70
TConnectOpMethod · 0.70
AddOrUpdateDefaultMethod · 0.70
UpdateCacheMethod · 0.70
ReadSMC_NewSectionMethod · 0.70
ReadSMC_KeyValueMethod · 0.70
UpdateMapListMethod · 0.70
GetMapListMethod · 0.70
sm_strcopyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected