Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.c1014 char pattern[256]; member
1031 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1038 state->pattern[strlen(state->pattern)] = c; in do_match()
1039 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1041 *ans = get_mext_match(state->pattern, in do_match()
1045 *ans = get_mext_match(state->pattern, in do_match()
1049 *ans = get_mext_match(state->pattern, in do_match()
1052 state->pattern[strlen(state->pattern)-1] = '\0'; in do_match()
1059 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1079 .pattern = "", in conf()
[all …]
Dlkc_proto.h36 struct symbol ** sym_re_search(const char *pattern);
Dsymbol.c1026 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument
1036 if (strlen(pattern) == 0) in sym_re_search()
1038 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/
Dparse-maintainers.pl66 foreach my $pattern (sort by_pattern split('\n', %$hashref{$key})) {
67 print $file ($pattern . "\n");
Dget_maintainer.pl803 my ($file, $pattern) = @_;
804 if (substr($pattern, -1) eq "/") {
805 if ($file =~ m@^$pattern@) {
809 if ($file =~ m@^$pattern@) {
811 my $s2 = ($pattern =~ tr@/@@);
1397 my $pattern = $VCS_cmds{"commit_pattern"};
1403 $commits = grep(/$pattern/, @lines); # of commits
Dkernel-doc3178 my $pattern = $highlights[$k][0];
3181 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
/scripts/coccinelle/misc/
Dcond_no_effect.cocci9 // might consider a legitimate coding pattern. From discussion
11 // accepted pattern and if at all it would need to be commented
/scripts/dtc/
Ddtc-lexer.lex.c_shipped357 /* Done after the current pattern has been matched and before the
1088 * by strings matching the pattern */
/scripts/genksyms/
Dlex.lex.c_shipped355 /* Done after the current pattern has been matched and before the