Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/
A 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()
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()
1242 .pattern = "", in conf_choice()
[all …]
A Dlkc_proto.h35 struct symbol ** sym_re_search(const char *pattern);
A Dsymbol.c948 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument
958 if (strlen(pattern) == 0) in sym_re_search()
960 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE)) in sym_re_search()
/xen/scripts/
A Dadd_maintainers.pl283 my $pattern = $patch_dir.'/'.$patch_prefix.'[0-9][0-9][0-9][0-9]*'.$patch_ext;
286 my @patches = glob($pattern);
A Dget_maintainer.pl800 my ($file, $pattern) = @_;
801 if (substr($pattern, -1) eq "/") {
802 if ($file =~ m@^$pattern@) {
806 if ($file =~ m@^$pattern@) {
808 my $s2 = ($pattern =~ tr@/@@);
1337 my $pattern = $VCS_cmds{"commit_pattern"};
1339 $commits = grep(/$pattern/, @lines); # of commits
/xen/tools/libxl/
A Dlibxl_dom.c1258 const char *pattern; in libxl__userdata_destroyall() local
1262 pattern = libxl__userdata_path(gc, domid, "*", "?"); in libxl__userdata_destroyall()
1263 if (!pattern) in libxl__userdata_destroyall()
1269 r = glob(pattern, GLOB_ERR|GLOB_NOSORT|GLOB_MARK, 0, &gl); in libxl__userdata_destroyall()
1273 LOGE(ERROR, "glob failed for %s", pattern); in libxl__userdata_destroyall()
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst33 The following pattern is often used to have object selected
/xen/
A DMAINTAINERS87 One pattern per line. Multiple F: lines acceptable.
94 K: Keyword perl extended regex pattern to match content in a
101 One regex pattern per line. Multiple K: lines acceptable.
/xen/docs/man/
A Dxl-network-configuration.5.pod58 bit pattern xxxxxx10 (where x is a randomly generated bit) and the
/xen/docs/misc/
A Dkexec_and_kdump.txt46 Regardless of which kexec pattern you wish to run, you will

Completed in 15 milliseconds