MCPcopy Create free account
hub / github.com/MoeMod/CSMoE / V_strncat

Function V_strncat

SourceSDK/tier1/strtools.cpp:928–960  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Purpose: If COPY_ALL_CHARACTERS == max_chars_to_copy then we try to add the whole pSrc to the end of pDest, otherwise we copy only as many characters as are specified in max_chars_to_copy (or the # of characters in pSrc if thats's less). Input : *pDest - destination buffer *pSrc - string to append destBufferSize - sizeo

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

V_strcat_safeFunction · 0.85
V_strcatFunction · 0.85
V_binarytohexFunction · 0.85
V_DefaultExtensionFunction · 0.85
V_SetExtensionFunction · 0.85
V_ComposeFileNameFunction · 0.85
V_MakeAbsolutePathFunction · 0.85

Calls 2

AssertValidStringPtrFunction · 0.85
minFunction · 0.50

Tested by

no test coverage detected