Searched refs:pattern (Results 1 – 9 of 9) 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 | 750 my ($file, $pattern) = @_; 751 if (substr($pattern, -1) eq "/") { 752 if ($file =~ m@^$pattern@) { 756 if ($file =~ m@^$pattern@) { 758 my $s2 = ($pattern =~ tr@/@@); 1343 my $pattern = $VCS_cmds{"commit_pattern"}; 1349 $commits = grep(/$pattern/, @lines); # of commits
|
| D | kernel-doc | 2715 my $pattern = $highlights[$k][0]; 2718 $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 | 992 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument 1002 if (strlen(pattern) == 0) in sym_re_search() 1004 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/dtc/ |
| D | dtc-lexer.lex.c_shipped | 357 /* Done after the current pattern has been matched and before the 1087 * by strings matching the pattern */
|
| /scripts/genksyms/ |
| D | lex.lex.c_shipped | 355 /* Done after the current pattern has been matched and before the
|