Home
last modified time | relevance | path

Searched refs:lib_re_p (Results 1 – 1 of 1) sorted by relevance

/external/ltrace/
Doptions.c190 compile_libname(const char *expr, const char *a_lib, int lib_re_p, in compile_libname() argument
204 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() argument
251 if (compile_libname(expr, a_lib, lib_re_p, matcher) < 0) { in add_filter_rule()