Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.c1011 char pattern[256]; member
1028 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1035 state->pattern[strlen(state->pattern)] = c; in do_match()
1036 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1038 *ans = get_mext_match(state->pattern, in do_match()
1042 *ans = get_mext_match(state->pattern, in do_match()
1046 *ans = get_mext_match(state->pattern, in do_match()
1049 state->pattern[strlen(state->pattern)-1] = '\0'; in do_match()
1056 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1076 .pattern = "", in conf()
[all …]
Dlkc_proto.h37 P(sym_re_search,struct symbol **,(const char *pattern));
Dsymbol.c957 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument
965 if (strlen(pattern) == 0) in sym_re_search()
967 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
Dzconf.lex.c_shipped694 /* Done after the current pattern has been matched and before the
/scripts/
Dget_maintainer.pl710 my ($file, $pattern) = @_;
711 if (substr($pattern, -1) eq "/") {
712 if ($file =~ m@^$pattern@) {
716 if ($file =~ m@^$pattern@) {
718 my $s2 = ($pattern =~ tr@/@@);
1279 my $pattern = $VCS_cmds{"commit_pattern"};
1281 $commits = grep(/$pattern/, @lines); # of commits
Dkernel-doc2575 foreach my $pattern (keys %highlights) {
2577 $dohighlight .= "\$contents =~ s:$pattern:$highlights{$pattern}:gs;\n";
/scripts/genksyms/
Dlex.lex.c_shipped355 /* Done after the current pattern has been matched and before the
/scripts/dtc/
Ddtc-lexer.lex.c_shipped365 /* Done after the current pattern has been matched and before the