Searched refs:dm_regex (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/libdm/regex/
H A Dmatcher.c34 struct dm_regex { /* Instance variables for the lexer */ struct
57 static void _fill_table(struct dm_regex *m, struct rx_node *rx)
70 static void _create_bitsets(struct dm_regex *m)
82 static void _calc_functions(struct dm_regex *m)
194 static int _calc_states(struct dm_regex *m, struct rx_node *rx)
268 struct dm_regex *dm_regex_create(struct dm_pool *mem, const char **patterns,
276 struct dm_regex *m;
343 int dm_regex_match(struct dm_regex *regex, const char *s)
/netbsd-current/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter-regex.c25 struct dm_regex *engine;
100 if (!(scratch = dm_pool_create("filter dm_regex", 1024)))
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlibdevmapper.h923 struct dm_regex;
929 struct dm_regex *dm_regex_create(struct dm_pool *mem, const char **patterns,
937 int dm_regex_match(struct dm_regex *regex, const char *s);
/netbsd-current/external/gpl2/lvm2/dist/libdm/
H A Dlibdevmapper.h923 struct dm_regex;
929 struct dm_regex *dm_regex_create(struct dm_pool *mem, const char **patterns,
937 int dm_regex_match(struct dm_regex *regex, const char *s);
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddev-cache.c48 struct dm_regex *preferred_names_matcher;

Completed in 144 milliseconds