Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/libdm/regex/
H A Dparse_rx.h51 struct rx_node *rx_parse_tok(struct dm_pool *mem,
H A Dparse_rx.c334 struct rx_node *rx_parse_tok(struct dm_pool *mem, in rx_parse_tok() function
361 return rx_parse_tok(mem, str, str + strlen(str)); in rx_parse_str()
H A Dmatcher.c304 if (!(rx = rx_parse_tok(scratch, all, ptr))) { in dm_regex_create()