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.h35 P(sym_re_search,struct symbol **,(const char *pattern));
Dsymbol.c946 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument
954 if (strlen(pattern) == 0) in sym_re_search()
956 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.pl705 my ($file, $pattern) = @_;
706 if (substr($pattern, -1) eq "/") {
707 if ($file =~ m@^$pattern@) {
711 if ($file =~ m@^$pattern@) {
713 my $s2 = ($pattern =~ tr@/@@);
1274 my $pattern = $VCS_cmds{"commit_pattern"};
1276 $commits = grep(/$pattern/, @lines); # of commits
Dkernel-doc2268 foreach my $pattern (keys %highlights) {
2270 $dohighlight .= "\$contents =~ s:$pattern:$highlights{$pattern}:gs;\n";
/scripts/dtc/
Ddtc-lexer.lex.c_shipped355 /* Done after the current pattern has been matched and before the
/scripts/genksyms/
Dlex.lex.c_shipped355 /* Done after the current pattern has been matched and before the