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

Function dumpcfgs

tools/configure.c:244–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244static void dumpcfgs(void)
245{
246 find_topdir();
247 snprintf(g_buffer, BUFFER_SIZE, "%s%cboards", g_topdir, g_delim);
248 verify_directory(g_buffer);
249 g_configtop = strdup(g_buffer);
250 enumerate_configs();
251 free(g_configtop);
252 exit(EXIT_SUCCESS);
253}
254
255static void debug(const char *fmt, ...)
256{

Callers 1

parse_argsFunction · 0.85

Calls 7

find_topdirFunction · 0.85
strdupFunction · 0.85
enumerate_configsFunction · 0.85
exitFunction · 0.85
verify_directoryFunction · 0.70
snprintfFunction · 0.50
freeFunction · 0.50

Tested by

no test coverage detected