Home
last modified time | relevance | path

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

/scripts/
A Dgenerate_features.pl47 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 ]+)/;
A Dabi_check.py280 def _normalize_storage_test_case_data(line): argument
282 line = re.sub(r'\s+', r'', line)
283 return line
299 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 …]
A Dgenerate_query_config.pl75 while (my $line = <CONFIG_FILE>) {
76 if ($line =~ /^(\/\/)?\s*#\s*define\s+(MBEDTLS_\w+|PSA_WANT_\w+).*/) {
A Dcode_size_compare.py514 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))
A Dcommon.make10 # Use the define keyword to get a multi-line message.

Completed in 22 milliseconds