MCPcopy Create free account
hub / github.com/curl/curl / formatf

Function formatf

lib/mprintf.c:970–1089  ·  view source on GitHub ↗

* formatf() - the general printf function. * * It calls parsefmt() to parse the format string. It populates two arrays; * one that describes the input arguments and one that describes a number of * output segments. * * On success, the input array describes the type of all arguments and their * values. * * The function then iterates over the output segments and outputs them one * by one u

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

curl_mvsnprintfFunction · 0.85
curlx_dyn_vprintfFunction · 0.85
curl_mvaprintfFunction · 0.85
curl_msprintfFunction · 0.85
curl_mprintfFunction · 0.85
curl_mfprintfFunction · 0.85
curl_mvsprintfFunction · 0.85
curl_mvprintfFunction · 0.85
curl_mvfprintfFunction · 0.85

Calls 5

parsefmtFunction · 0.85
out_numberFunction · 0.85
out_stringFunction · 0.85
out_pointerFunction · 0.85
out_doubleFunction · 0.85

Tested by

no test coverage detected