Searched refs:pattern (Results 1 – 6 of 6) sorted by relevance
| /scripts/kconfig/ |
| A D | nconf.c | 1012 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() 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() 1240 .pattern = "", in conf_choice() [all …]
|
| A D | lkc_proto.h | 35 struct symbol ** sym_re_search(const char *pattern);
|
| A D | symbol.c | 951 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument 961 if (strlen(pattern) == 0) in sym_re_search() 963 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE)) in sym_re_search()
|
| /scripts/coccinelle/api/alloc/ |
| A D | alloc_cast.cocci | 25 pattern = '__' 26 m = re.compile(pattern)
|
| /scripts/ |
| A D | get_maintainer.pl | 1015 my ($file, $pattern) = @_; 1016 if (substr($pattern, -1) eq "/") { 1017 if ($file =~ m@^$pattern@) { 1021 if ($file =~ m@^$pattern@) { 1023 my $s2 = ($pattern =~ tr@/@@); 1594 my $pattern = $VCS_cmds{"commit_pattern"}; 1600 $commits = grep(/$pattern/, @lines); # of commits
|
| A D | kernel-doc | 2395 my $pattern = $highlights[$k][0]; 2398 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
|
Completed in 15 milliseconds