Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dlayout-text.c128 static regex_t enums_line_expr; variable
292 compile_reg_expr(REG_EXTENDED | REG_NEWLINE, enums_line_regex, &enums_line_expr); in process_layout_file()
351 regfree(&enums_line_expr); in process_layout_file()
477 if (regexec(&enums_line_expr, line, N_MATCHES, match, 0)) { in process_enum()