Home
last modified time | relevance | path

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

/systemd-251/test/
Drule-syntax-check.py18 quoted_string_re = r'"(?:[^\\"]|\\.)*"' variable
19 …NAME|SYMLINK|SUBSYSTEMS?|DRIVERS?|TAG|PROGRAM|RESULT|TEST)\s*(?:=|!)=\s*' + quoted_string_re + '$')
21 program_assign = re.compile(r'PROGRAM\s*=\s*' + quoted_string_re + '$')
22 …re.compile(r'(ATTRS?|ENV|CONST|TEST){([a-zA-Z0-9/_.*%-]+)}\s*(?:=|!)=\s*' + quoted_string_re + '$')
23 …NK|OWNER|GROUP|MODE|TAG|RUN|LABEL|GOTO|OPTIONS|IMPORT)\s*(?:\+=|:=|=)\s*' + quoted_string_re + '$')
24 … = re.compile(r'(ATTR|ENV|IMPORT|RUN){([a-zA-Z0-9/_.*%-]+)}\s*(=|\+=)\s*' + quoted_string_re + '$')
28 comma_separated_group_re = re.compile(r'(?:[^,"]|' + quoted_string_re + '?)+')