Searched refs:pattern (Results 1 – 10 of 10) sorted by relevance
| /scripts/ |
| D | kernel-doc-xml-ref | 72 foreach my $pattern (keys %highlights) { 73 $dohighlight .= "\$line =~ s:$pattern:$highlights{$pattern}:eg;\n";
|
| D | get_maintainer.pl | 756 my ($file, $pattern) = @_; 757 if (substr($pattern, -1) eq "/") { 758 if ($file =~ m@^$pattern@) { 762 if ($file =~ m@^$pattern@) { 764 my $s2 = ($pattern =~ tr@/@@); 1349 my $pattern = $VCS_cmds{"commit_pattern"}; 1355 $commits = grep(/$pattern/, @lines); # of commits
|
| D | kernel-doc | 3101 my $pattern = $highlights[$k][0]; 3104 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
|
| /scripts/kconfig/ |
| D | nconf.c | 1012 char pattern[256]; member 1029 bzero(state->pattern, sizeof(state->pattern)); in do_match() 1036 state->pattern[strlen(state->pattern)] = c; in do_match() 1037 state->pattern[strlen(state->pattern)] = '\0'; in do_match() 1039 *ans = get_mext_match(state->pattern, in do_match() 1043 *ans = get_mext_match(state->pattern, in do_match() 1047 *ans = get_mext_match(state->pattern, in do_match() 1050 state->pattern[strlen(state->pattern)-1] = '\0'; in do_match() 1057 bzero(state->pattern, sizeof(state->pattern)); in do_match() 1077 .pattern = "", in conf() [all …]
|
| D | lkc_proto.h | 35 struct symbol ** sym_re_search(const char *pattern);
|
| D | symbol.c | 1006 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument 1016 if (strlen(pattern) == 0) in sym_re_search() 1018 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE)) in sym_re_search()
|
| D | zconf.lex.c_shipped | 718 /* Done after the current pattern has been matched and before the
|
| /scripts/coccinelle/misc/ |
| D | cond_no_effect.cocci | 9 // might consider a legitimate coding pattern. From discussion 11 // accepted pattern and if at all it would need to be commented
|
| /scripts/dtc/ |
| D | dtc-lexer.lex.c_shipped | 366 /* Done after the current pattern has been matched and before the 1082 * by strings matching the pattern */
|
| /scripts/genksyms/ |
| D | lex.lex.c_shipped | 355 /* Done after the current pattern has been matched and before the
|