Searched refs:patt (Results 1 – 1 of 1) sorted by relevance
88 wchar_t *patt; member174 dirp->patt = NULL; in _wopendir()192 if (dirp->patt) { in _wopendir()205 wcsncpy_s(dirp->patt, n + 1, dirname, n); in _wopendir()207 n = GetFullPathNameW(dirname, n, dirp->patt, NULL); in _wopendir()215 p = dirp->patt + n; in _wopendir()216 if (dirp->patt < p) { in _wopendir()292 if (dirp->patt) { in _wclosedir()293 free(dirp->patt); in _wclosedir()294 dirp->patt = NULL; in _wclosedir()[all …]