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

Function expr_fprint

scripts/config/expr.c:1235–1238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

expr_eqFunction · 0.85
expr_join_orFunction · 0.85
expr_join_andFunction · 0.85
print_symbolFunction · 0.85
zconfdumpFunction · 0.85

Calls 1

expr_printFunction · 0.85

Tested by

no test coverage detected