Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c2815 static int pattern_match ( /* 0:mismatched, 1:matched */ function
2847 if (pattern_match(pptr, nptr, sk, recur - 1)) return 1; /* Test new branch (recursive call) */
4755 if (pattern_match(dp->pat, fno->fname, 0, FIND_RECURS)) break; /* Test for the file name */
4757 …if (pattern_match(dp->pat, fno->altname, 0, FIND_RECURS)) break; /* Test for alternative name if e…