Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c2759 const TCHAR *pptr, *nptr; local
2771 pptr = pat; nptr = nam; /* Top of pattern and name to match */
2773 if (*pptr == '?' || *pptr == '*') { /* Wildcard term? */
2777 if (*pptr++ == '?') sk++; else sk |= 0x100;
2778 } while (*pptr == '?' || *pptr == '*');
2779 if (pattern_match(pptr, nptr, sk, recur - 1)) return 1; /* Test new branch (recursive call) */
2782 pchr = get_achar(&pptr); /* Get a pattern char */