Home
last modified time | relevance | path

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

/freebsd/sbin/devd/
H A Dparse.y137 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
139 { $$ = new_match(strdup("device-name"), $2); }
143 { $$ = new_match(strdup("class"), $2); }
145 { $$ = new_match(strdup("subdevice"), $2); }
H A Ddevd.h44 struct eps *new_match(const char *, const char *);
H A Ddevd.cc1205 new_match(const char *var, const char *re) in new_match() function