Searched refs:regex (Results 1 – 8 of 8) sorted by relevance
/u-boot/env/ |
A D | attr.c | 115 char *regex; member 124 char regex[strlen(name) + 3]; in regex_callback() local 133 free(cbp->regex); in regex_callback() 138 cbp->regex = malloc(strlen(regex) + 1); in regex_callback() 139 if (cbp->regex) { in regex_callback() 140 strcpy(cbp->regex, regex); in regex_callback() 152 free(cbp->regex); in regex_callback() 153 cbp->regex = NULL; in regex_callback() 182 priv.regex = NULL; in env_attr_lookup() 188 if (priv.regex) { in env_attr_lookup() [all …]
|
/u-boot/tools/ |
A D | proftool.c | 48 regex_t regex; /* Regex to use if name starts with / */ member 300 static int regex_report_error(regex_t *regex, int err, const char *op, in regex_report_error() argument 305 regerror(err, regex, buf, sizeof(buf)); in regex_report_error() 317 err = regexec(&item->regex, func->name, 0, NULL, 0); in check_trace_config_line() 324 regex_report_error(&item->regex, err, "match", in check_trace_config_line() 432 err = regcomp(&line->regex, tok, REG_NOSUB); in read_trace_config() 434 int r = regex_report_error(&line->regex, err, in read_trace_config()
|
/u-boot/doc/sphinx/ |
A D | cdomain.py | 113 match_iterators = [regex.finditer(n) for regex in markup_func]
|
A D | automarkup.py | 100 match_iterators = [regex.finditer(t) for regex in markup_func]
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 7115 def _re_match(regex): argument 7116 return re.compile(regex, 0 if _IS_PY2 else re.ASCII).match 7119 def _re_search(regex): argument 7120 return re.compile(regex, 0 if _IS_PY2 else re.ASCII).search
|
/u-boot/ |
A D | MAINTAINERS | 23 N: Files and directories with regex patterns. 37 K: Keyword perl extended regex pattern to match content in a 44 One regex pattern per line. Multiple K: lines acceptable.
|
A D | README | 696 which adds regex support to some commands, as for
|
/u-boot/lib/ |
A D | Kconfig | 167 regex support to some commands, for example "env grep" and
|
Completed in 21 milliseconds