Home | History | Annotate | Download | only in common

Lines Matching full:dirp

908     DIR* dirp = opendir(path);
913 if (dirp == NULL) {
922 while((dirEntry = readdir(dirp)) != NULL) {
957 closedir(dirp);