Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 9 of 9) sorted by relevance

/scripts/
Dkernel-doc-xml-ref72 foreach my $pattern (keys %highlights) {
73 $dohighlight .= "\$line =~ s:$pattern:$highlights{$pattern}:eg;\n";
Dget_maintainer.pl750 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
Dkernel-doc2715 my $pattern = $highlights[$k][0];
2718 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
/scripts/kconfig/
Dnconf.c1012 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 …]
Dlkc_proto.h35 struct symbol ** sym_re_search(const char *pattern);
Dsymbol.c992 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()
Dzconf.lex.c_shipped718 /* Done after the current pattern has been matched and before the
/scripts/dtc/
Ddtc-lexer.lex.c_shipped357 /* Done after the current pattern has been matched and before the
1087 * by strings matching the pattern */
/scripts/genksyms/
Dlex.lex.c_shipped355 /* Done after the current pattern has been matched and before the