Home
last modified time | relevance | path

Searched refs:expr_str (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/edify/
Dmain.c26 int expect(const char* expr_str, const char* expected, int* errors) { in expect() argument
33 yy_scan_string(expr_str); in expect()
38 expr_str, error_count); in expect()
45 state.script = strdup(expr_str); in expect()
52 fprintf(stderr, "error evaluating \"%s\"\n", expr_str); in expect()
63 expr_str, expected, result); in expect()