Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dfilter-regex.h32 struct dev_filter *regex_filter_create(struct config_value *patterns);
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter-regex.h32 struct dev_filter *regex_filter_create(struct config_value *patterns);
H A Dfilter-regex.c189 struct dev_filter *regex_filter_create(struct config_value *patterns) in regex_filter_create() function
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c629 else if (!(filters[nr_filt++] = regex_filter_create(cn->v))) { in _init_filter_components()