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

Function expr_fprint

util/kconfig/expr.c:1234–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232}
1233
1234void expr_fprint(struct expr *e, FILE *out)
1235{
1236 expr_print(e, expr_print_file_helper, out, E_NONE);
1237}
1238
1239static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str)
1240{

Callers 3

expr_eqFunction · 0.85
expr_join_orFunction · 0.85
expr_join_andFunction · 0.85

Calls 1

expr_printFunction · 0.85

Tested by

no test coverage detected