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

Function error

tools/kconfig2html.c:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 ****************************************************************************/
269
270static void error(const char *fmt, ...)
271{
272 va_list ap;
273
274 va_start(ap, fmt);
275 vfprintf(stderr, fmt, ap);
276 va_end(ap);
277}
278
279/****************************************************************************
280 * Name: output

Callers 14

append_fileFunction · 0.85
show_usageFunction · 0.85
htmlize_expressionFunction · 0.85
push_dependencyFunction · 0.85
pop_dependencyFunction · 0.85
incr_levelFunction · 0.85
decr_levelFunction · 0.85
incr_paranumFunction · 0.85
process_defaultFunction · 0.85
process_dependsonFunction · 0.85
process_configFunction · 0.85
parse_kconfigfileFunction · 0.85

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected