Home
last modified time | relevance | path

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

/external/coreboot/util/nvramtool/accessors/
Dlayout-text.c69 static regex_t start_enums_expr; variable
291 compile_reg_expr(REG_EXTENDED | REG_NEWLINE, start_enums_regex, &start_enums_expr); in process_layout_file()
350 regfree(&start_enums_expr); in process_layout_file()
417 if (regexec(&start_enums_expr, line, 0, NULL, 0)) { in process_entry()