Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1269 id_keyword_match = _id_keyword_re_match(s, i)
3512 _id_keyword_re_match = re.compile(r"\s*([\w./-]+)\s*").match variable