MCPcopy Index your code
hub / github.com/assaultcube/AC / concatformatstring

Function concatformatstring

source/src/tools.cpp:597–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597char *concatformatstring(char *d, const char *s, ...)
598{
599 static defvformatstring(temp, s, s);
600 return concatstring(d, temp);
601}
602
603int cvecprintf(vector<char> &v, const char *s, ...)
604{

Callers 15

textureslotusageFunction · 0.85
textureslotbynameFunction · 0.85
initloggingFunction · 0.85
filterconfigsetFunction · 0.85
enumeratektFunction · 0.85
listsubdirFunction · 0.85
listdirFunction · 0.85
filerotateFunction · 0.85
parsemessagesFunction · 0.85
loopiFunction · 0.85
gmode_enumFunction · 0.85
rendermodel.cppFile · 0.85

Calls 1

concatstringFunction · 0.85

Tested by

no test coverage detected