Searched defs:regex (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_re.py | 166 def _search(self, regex, line): argument 218 def search(self, regex, line): argument 230 def sub(self, regex, sub, line, count=0): argument
|
| /linux/tools/bpf/ |
| H A D | bpf_jit_disasm.c | 184 regex_t regex; in get_last_jit_image() local
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | audit.h | 256 regex_t regex; in audit_match_record() local
|
| /linux/tools/thermal/thermometer/ |
| H A D | thermometer.c | 47 regex_t regex; member
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | iostat.c | 229 regex_t regex; in iio_root_port_parse_str() local
|
| /linux/kernel/trace/ |
| H A D | trace.h | 1748 struct regex { struct 1752 regex_match_func match; argument
|
| H A D | trace_events_filter.c | 80 struct regex *regex; member
|
| /linux/tools/mm/ |
| H A D | page_owner_sort.c | 251 static bool check_regcomp(regex_t *pattern, const char *regex) in check_regcomp()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 552 regex_t regex; member
|
| H A D | test_loader.c | 161 static int compile_regex(const char *pattern, regex_t *regex) in compile_regex()
|
| /linux/tools/perf/util/ |
| H A D | machine.c | 1995 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()
|