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

/u-boot/tools/patman/
H A Dstatus.py29 RE_PATCH = re.compile(r'(\[(((.*),)?(.*),)?(.*)\]\s)?(.*)$') variable
99 See RE_PATCH for details. The parsed info is placed into seq, count,
109 mat = RE_PATCH.search(raw_subject.strip())

Completed in 31 milliseconds