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

/external/ltrace/
H A Doptions.c203 regex_t lib_re; local
204 int status = (lib_re_p ? regcomp : globcomp)(&lib_re, lib, 0);
207 regerror(status, &lib_re, buf, sizeof buf);
212 filter_lib_matcher_name_init(matcher, type, lib_re);

Completed in 87 milliseconds