Searched refs:pattern (Results 1 – 8 of 8) sorted by relevance
/scripts/kconfig/ |
D | nconf.c | 1011 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 …]
|
D | lkc_proto.h | 35 P(sym_re_search,struct symbol **,(const char *pattern));
|
D | symbol.c | 946 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()
|
D | zconf.lex.c_shipped | 694 /* Done after the current pattern has been matched and before the
|
/scripts/ |
D | get_maintainer.pl | 705 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
|
D | kernel-doc | 2268 foreach my $pattern (keys %highlights) { 2270 $dohighlight .= "\$contents =~ s:$pattern:$highlights{$pattern}:gs;\n";
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 355 /* Done after the current pattern has been matched and before the
|
/scripts/genksyms/ |
D | lex.lex.c_shipped | 355 /* Done after the current pattern has been matched and before the
|