Searched refs:match (Results 1 – 5 of 5) sorted by relevance
| /scripts/ |
| A D | env2string.awk | 31 has_var = match($0, "^([^ \t=][^ =]*)=(.*)$") 42 match($0, "^([^ \t=][^ =]*)=") 48 if (length(env) != 0 && match(var, "^(.*)[+]$")) {
|
| A D | gen_compile_commands.py | 97 if filename_matcher.match(filename): 215 result = line_matcher.match(f.readline())
|
| A D | checkpatch.pl | 876 my $match = $2; 880 $to |= $mode_permission_string_types{$match}; 882 $val .= $match; 1621 my $match = $1; 1622 $res =~ s/\Q$match\E/"$;" x length($match)/e; 4802 my ($match, $from, $to, $ident) = ($1, $2, $2, $3); 4820 my $sub_from = $match; 4821 my $sub_to = $match; 5525 my $match = $1; 5527 next if ($match =~ /^\s*\w+\s*$/); [all …]
|
| /scripts/dtc/pylibfdt/ |
| A D | setup.py | 77 m = RE_KEY_VALUE.match(line)
|
| /scripts/kconfig/ |
| A D | symbol.c | 957 regmatch_t match[1]; in sym_re_search() local 969 if (regexec(&re, sym->name, 1, match, 0)) in sym_re_search() 983 sym_match_arr[cnt].so = match[0].rm_so; in sym_re_search() 984 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
|
Completed in 20 milliseconds