MCPcopy Create free account
hub / github.com/Unity-Technologies/HLSLcc / bformata

Function bformata

src/cbstring/bstrlib.c:3073–3116  ·  view source on GitHub ↗

int bformata (bstring b, const char * fmt, ...) * * After the first parameter, it takes the same parameters as printf (), but * rather than outputting results to stdio, it appends the results to * a bstring which contains what would have been output. Note that if there * is an early generation of a '\0' character, the bstring will be truncated * to this end point. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

AddComparisonMethod · 0.85
AddMOVCBinaryOpMethod · 0.85
CallBinaryOpMethod · 0.85
CallTernaryOpMethod · 0.85
CallHelper3Method · 0.85
CallHelper2Method · 0.85
CallHelper2IntMethod · 0.85
CallHelper2UIntMethod · 0.85
CallHelper1Method · 0.85
CallHelper1IntMethod · 0.85

Calls 4

bfromcstrallocFunction · 0.85
ballocFunction · 0.85
bdestroyFunction · 0.85
bconcatFunction · 0.85

Tested by

no test coverage detected