Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c2718 #define FIND_RECURS 4 /* Maximum number of wildcard terms in the pattern to limit recursion */ macro
4674 if (pattern_match(dp->pat, fno->fname, 0, FIND_RECURS)) break; /* Test for the file name */
4676 …if (pattern_match(dp->pat, fno->altname, 0, FIND_RECURS)) break; /* Test for alternative name if e…