Searched defs:re_match_or_error (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dfilter.c112 re_match_or_error(regex_t *re, const char *name, const char *what) function
132 return re_match_or_error(&matcher->libname_re, lib->soname,
135 return re_match_or_error(&matcher->libname_re, lib->pathname,
183 && re_match_or_error(&it->symbol_re, sym_name,

Completed in 176 milliseconds