Searched refs:fn_match (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/bin/pax/
H A Dpat_rep.c72 static int fn_match(char *, char *, char **);
455 } else if (fn_match(pt->pstr, arcn->name, &pt->pend) == 0)
483 * fn_match()
492 fn_match(char *pattern, char *string, char **pend) function
541 if (!fn_match(pattern, string, pend))

Completed in 50 milliseconds