Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h452 static int match_path_component(char *file_re, char *file, char **id,
H A Ddevfsadm.c5464 if (match_path_component(path_left, rsvstr, &numeral_id, in enumerate_parse()
5553 if (match_path_component(path_left, (char *)fp, &numeral_id, in enumerate_recurse()
5591 match_path_component(char *file_re, char *file, char **id, int subexp) in match_path_component() function