Home
last modified time | relevance | path

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

/libbtbb/wireshark/plugins-legacy/btsm/tools/
H A Dmake-dissector-reg.py157 match = regex.search(line) variable
158 if match:
159 symbol = match.group("symbol")
/libbtbb/wireshark/plugins-legacy/btle/tools/
H A Dmake-dissector-reg.py157 match = regex.search(line) variable
158 if match:
159 symbol = match.group("symbol")
/libbtbb/wireshark/plugins/btbredr/tools/
H A Dmake-dissector-reg.py157 match = regex.search(line) variable
158 if match:
159 symbol = match.group("symbol")
/libbtbb/wireshark/plugins/btbb/tools/
H A Dmake-dissector-reg.py157 match = regex.search(line) variable
158 if match:
159 symbol = match.group("symbol")
/libbtbb/wireshark/plugins-legacy/btbredr/tools/
H A Dmake-dissector-reg.py157 match = regex.search(line) variable
158 if match:
159 symbol = match.group("symbol")
/libbtbb/wireshark/plugins-legacy/btatt/tools/
H A Dmake-dissector-reg.py157 match = regex.search(line) variable
158 if match:
159 symbol = match.group("symbol")
/libbtbb/wireshark/plugins-legacy/btbb/tools/
H A Dmake-dissector-reg.py157 match = regex.search(line) variable
158 if match:
159 symbol = match.group("symbol")
/libbtbb/cmake/modules/
H A DGetGitRevisionDescription.cmake17 # Returns the results of git describe --exact-match on the source tree,
128 git_describe(out --exact-match ${ARGN})