Searched refs:pattern (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/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() 1243 .pattern = "", in conf_choice() [all …]
|
A D | lkc_proto.h | 35 struct symbol ** sym_re_search(const char *pattern);
|
A D | symbol.c | 992 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument 1002 if (strlen(pattern) == 0) in sym_re_search() 1004 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE)) in sym_re_search()
|
A D | zconf.lex.c_shipped | 718 /* Done after the current pattern has been matched and before the
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-list.c | 171 const char *pattern, *format; in _tap_ctl_find_minors() local 175 pattern = BLKTAP2_SYSFS_DIR"/blktap*"; in _tap_ctl_find_minors() 181 err = glob(pattern, 0, NULL, &glbuf); in _tap_ctl_find_minors() 189 EPRINTF("%s: glob failed, err %d", pattern, err); in _tap_ctl_find_minors() 244 const char *pattern, *format; in _tap_ctl_find_tapdisks() local 248 pattern = BLKTAP2_CONTROL_DIR"/"BLKTAP2_CONTROL_SOCKET"*"; in _tap_ctl_find_tapdisks() 254 err = glob(pattern, 0, NULL, &glbuf); in _tap_ctl_find_tapdisks() 262 EPRINTF("%s: glob failed, err %d", pattern, err); in _tap_ctl_find_tapdisks()
|
/xen-4.10.0-shim-comet/scripts/ |
A D | get_maintainer.pl | 754 my ($file, $pattern) = @_; 755 if (substr($pattern, -1) eq "/") { 756 if ($file =~ m@^$pattern@) { 760 if ($file =~ m@^$pattern@) { 762 my $s2 = ($pattern =~ tr@/@@); 1313 my $pattern = $VCS_cmds{"commit_pattern"}; 1315 $commits = grep(/$pattern/, @lines); # of commits
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dom.c | 1385 const char *pattern; in libxl__userdata_destroyall() local 1389 pattern = libxl__userdata_path(gc, domid, "*", "?"); in libxl__userdata_destroyall() 1390 if (!pattern) in libxl__userdata_destroyall() 1396 r = glob(pattern, GLOB_ERR|GLOB_NOSORT|GLOB_MARK, 0, &gl); in libxl__userdata_destroyall() 1400 LOGE(ERROR, "glob failed for %s", pattern); in libxl__userdata_destroyall()
|
/xen-4.10.0-shim-comet/ |
A D | MAINTAINERS | 88 One pattern per line. Multiple F: lines acceptable. 95 K: Keyword perl extended regex pattern to match content in a 102 One regex pattern per line. Multiple K: lines acceptable.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-network-configuration.pod.5 | 58 bit pattern xxxxxx10 (where x is a randomly generated bit) and the
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kexec_and_kdump.txt | 46 Regardless of which kexec pattern you wish to run, you will
|
Completed in 18 milliseconds