Home | History | Annotate | Download | only in common

Lines Matching refs:dirp

844     DIR* dirp = opendir(path);
853 if (dirp == NULL)
860 while((dirEntry = readdir(dirp)) != NULL) {
882 closedir(dirp);