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

Function bsetstr

src/cbstring/bstrlib.c:1533–1585  ·  view source on GitHub ↗

int bsetstr (bstring b0, int pos, bstring b1, unsigned char fill) * * Overwrite the string b0 starting at position pos with the string b1. If * the position pos is past the end of b0, then the character "fill" is * appended as necessary to make up the gap between the end of b0 and pos. * If b1 is NULL, it behaves as if it were a 0-length string. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

bFillFunction · 0.85
bInsertChrsFunction · 0.85
breplaceFunction · 0.85
bpatternFunction · 0.85

Calls 3

bstrcpyFunction · 0.85
ballocFunction · 0.85
bdestroyFunction · 0.85

Tested by

no test coverage detected