Home
last modified time | relevance | path

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

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