DIR::pat is only used within FatFs.
 
Symbols
loading...
Files
loading...

DIR::pat field

Syntax

const TCHAR* pat;

References

LocationReferrerText
ff.h:189
const TCHAR* pat; /* Pointer to the name matching pattern */
ff.c:4312f_findnext()
if (pattern_matching(dp->pat, fno->fname, 0, 0)) break; /* Test for the file name */
ff.c:4336f_findfirst()
dp->pat = pattern; /* Save pointer to pattern string */

Data Use

Functions writing DIR::pat
Functions reading DIR::pat
all items filtered out
DIR::pat
all items filtered out
Type of DIR::pat
DIR::pat
all items filtered out