Searched defs:lib_re_p (Results 1 - 1 of 1) sorted by path

/external/ltrace/
H A Doptions.c190 compile_libname(const char *expr, const char *a_lib, int lib_re_p, argument
204 int status = (lib_re_p ? regcomp : globcomp)(&lib_re, lib, 0);
221 const char *a_lib, int lib_re_p)
251 if (compile_libname(expr, a_lib, lib_re_p, matcher) < 0) {
218 add_filter_rule(struct filter *filt, const char *expr, enum filter_rule_type type, const char *a_sym, int sym_re_p, const char *a_lib, int lib_re_p) argument

Completed in 313 milliseconds