HomeSort by relevance Sort by last modified time
    Searched refs:libname_re (Results 1 - 2 of 2) sorted by null

  /external/ltrace/
filter.c 78 regex_t libname_re)
88 matcher->libname_re = libname_re;
104 regfree(&matcher->libname_re);
132 return re_match_or_error(&matcher->libname_re, lib->soname,
135 return re_match_or_error(&matcher->libname_re, lib->pathname,
filter.h 43 regex_t libname_re; member in struct:filter_lib_matcher

Completed in 247 milliseconds