pat_rep.c | 78 static int fn_match(char *, char *, char **, int); 475 } else if (fn_match(pt->pstr, arcn->name, &pt->pend, 505 * fn_match() 514 fn_match(char *pattern, char *string, char **pend, int noglob) function in typeref:typename:int 567 if (!fn_match(pattern, string, pend, noglob))
|