Searched refs:file_re (Results 1 – 2 of 2) sorted by relevance
452 static int match_path_component(char *file_re, char *file, char **id,
5577 match_path_component(char *file_re, char *file, char **id, int subexp) in match_path_component() argument5593 if (regcomp(&re1, file_re, REG_EXTENDED) != 0) { in match_path_component()