Searched refs:pattern (Results 1 – 10 of 10) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | nconf.c | 1014 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 D | lkc_proto.h | 35 struct symbol ** sym_re_search(const char *pattern);
|
A D | symbol.c | 948 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 D | add_maintainers.pl | 283 my $pattern = $patch_dir.'/'.$patch_prefix.'[0-9][0-9][0-9][0-9]*'.$patch_ext; 286 my @patches = glob($pattern);
|
A D | get_maintainer.pl | 800 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 D | libxl_dom.c | 1258 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 D | makefiles.rst | 33 The following pattern is often used to have object selected
|
/xen/ |
A D | MAINTAINERS | 87 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 D | xl-network-configuration.5.pod | 58 bit pattern xxxxxx10 (where x is a randomly generated bit) and the
|
/xen/docs/misc/ |
A D | kexec_and_kdump.txt | 46 Regardless of which kexec pattern you wish to run, you will
|
Completed in 15 milliseconds