MCPcopy Create free account
hub / github.com/apache/nuttx / output

Function output

tools/kconfig2html.c:287–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 ****************************************************************************/
286
287static void output(const char *fmt, ...)
288{
289 va_list ap;
290
291 va_start(ap, fmt);
292 vfprintf(g_outfile, fmt, ap);
293 va_end(ap);
294}
295
296/****************************************************************************
297 * Name: body

Callers 6

process_configFunction · 0.85
process_choiceFunction · 0.85
process_menuFunction · 0.85
parse_kconfigfileFunction · 0.85
mainFunction · 0.85
compressFunction · 0.85

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected