Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/nvramtool/
H A Dinput_file.c15 static const char blank_or_comment_regex[] = variable
63 compile_reg_expr(REG_EXTENDED | REG_NEWLINE, blank_or_comment_regex, &blank_or_comment); in process_input_file()
/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dlayout-text.c35 static const char blank_or_comment_regex[] = variable
288 compile_reg_expr(REG_EXTENDED | REG_NEWLINE, blank_or_comment_regex, &blank_or_comment_expr); in process_layout_file()
/aosp_15_r20/external/coreboot/util/amdfwtool/
H A Ddata_parse.c13 static const char blank_or_comment_regex[] = variable
778 blank_or_comment_regex, &blank_or_comment_expr); in process_config()