Home | History | Annotate | Download | only in common

Lines Matching defs:dirp

913     DIR* dirp = opendir(path);
918 if (dirp == NULL) {
927 while((dirEntry = readdir(dirp)) != NULL) {
962 closedir(dirp);