Searched refs:match_str (Results 1 – 2 of 2) sorted by relevance
29 match_str="GBB Area"30 line=$(mosys -f -k eeprom map $1 | grep "$match_str")39 match_str="$i Key"40 line=$(mosys -f -k eeprom map $1 | grep "$match_str")48 match_str="$i Data"49 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
722 match_str = "%s:%s" % (vid, pid)724 if re.match(re_str, match_str):