Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
Dcompute_patch.py37 DEFINE_REGEX_MAKEFILE = re.compile(r"(?:['\"])?([\w]+)") variable
84 matched = DEFINE_REGEX_MAKEFILE.match(define)
201 match1 = DEFINE_REGEX_MAKEFILE.match(input1)
202 match2 = DEFINE_REGEX_MAKEFILE.match(input2)
203 match3 = DEFINE_REGEX_MAKEFILE.match(input3)
204 match4 = DEFINE_REGEX_MAKEFILE.match(input4)
205 match5 = DEFINE_REGEX_MAKEFILE.match(input5)