Searched refs:lib_re_p (Results 1 – 1 of 1) sorted by relevance
190 compile_libname(const char *expr, const char *a_lib, int lib_re_p, in compile_libname() argument204 int status = (lib_re_p ? regcomp : globcomp)(&lib_re, lib, 0); in compile_libname()221 const char *a_lib, int lib_re_p) in add_filter_rule() argument251 if (compile_libname(expr, a_lib, lib_re_p, matcher) < 0) { in add_filter_rule()