Home
last modified time | relevance | path

Searched refs:REGEX_QUOTES (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dcheckkconfigsymbols.py40 REGEX_QUOTES = re.compile("(\"(.*?)\")") variable
458 line = REGEX_QUOTES.sub("", line)
/kernel/linux/linux-6.6/scripts/
H A Dcheckkconfigsymbols.py39 REGEX_QUOTES = re.compile("(\"(.*?)\")") variable
453 line = REGEX_QUOTES.sub("", line)

Completed in 3 milliseconds