Searched defs:regex (Results 1 – 4 of 4) sorted by relevance
60 regex_t regex; member153 static int compile_regex(const char *pattern, regex_t *regex) in compile_regex()
1605 struct regex { struct1609 regex_match_func match; argument
80 struct regex *regex; member
1960 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()