Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h452 static int match_path_component(char *file_re, char *file, char **id,
H A Ddevfsadm.c5577 match_path_component(char *file_re, char *file, char **id, int subexp) in match_path_component() argument
5593 if (regcomp(&re1, file_re, REG_EXTENDED) != 0) { in match_path_component()