MCPcopy Create free account
hub / github.com/coreboot/coreboot / print_help

Function print_help

util/kconfig/conf.c:49–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47static struct menu *rootEntry;
48
49static void print_help(struct menu *menu)
50{
51 struct gstr help = str_new();
52
53 menu_get_ext_help(menu, &help);
54
55 printf("\n%s\n", str_get(&help));
56 str_free(&help);
57}
58
59static void strip(char *str)
60{

Callers 4

conf_stringFunction · 0.70
conf_symFunction · 0.70
conf_choiceFunction · 0.70
check_confFunction · 0.70

Calls 5

str_newFunction · 0.85
menu_get_ext_helpFunction · 0.85
printfFunction · 0.85
str_getFunction · 0.85
str_freeFunction · 0.85

Tested by

no test coverage detected