Searched refs:line (Results 1 – 5 of 5) sorted by relevance
47 while (my $line = <CONFIG_H>)49 next if ($in_section && $line !~ /#define/ && $line !~ /SECTION/);50 next if (!$in_section && $line !~ /SECTION/);53 if ($line =~ /SECTION/) {58 my ($mbedtls_prefix, $define) = $line =~ /#define (MBEDTLS_)?(\w+)/;60 die "Feature does not start with 'MBEDTLS_': $line\n";68 my ($section_name) = $line =~ /SECTION: ([\w ]+)/;
280 def _normalize_storage_test_case_data(line): argument282 line = re.sub(r'\s+', r'', line)283 return line299 for line_number, line in enumerate(fd, 1):300 line = line.strip()301 if not line:304 if line.startswith('#'):307 description = line.strip()310 if line.startswith('depends_on:'):313 test_case_data = self._normalize_storage_test_case_data(line)[all …]
75 while (my $line = <CONFIG_FILE>) {76 if ($line =~ /^(\/\/)?\s*#\s*define\s+(MBEDTLS_\w+|PSA_WANT_\w+).*/) {
514 for line in size_text.splitlines()[1:]:515 data = line.split()531 for line in csv_file:532 data = line.strip().split()544 m = re.match(r'\w+' + self.mod_total_suffix, line)706 for line in res:707 output.write(line_format.format(*line))
10 # Use the define keyword to get a multi-line message.
Completed in 22 milliseconds