Searched refs:pEnt (Results 1 – 1 of 1) sorted by relevance
130 struct dirent* pEnt; in FindFirst() local151 while ((pEnt = readdir(pDir)) != NULL) in FindFirst()153 if (oscl_strglob(pEnt->d_name, pattern) && in FindFirst()154 oscl_strcmp(pEnt->d_name, ".") && in FindFirst()155 oscl_strcmp(pEnt->d_name, "..")) // excluded out '.' and '..' from readdir in FindFirst()159 oscl_strcat(buf, pEnt->d_name); in FindFirst()164 if (stat(pEnt->d_name, &statbuf) == 0) in FindFirst()