Home | History | Annotate | Download | only in common

Lines Matching defs:dirp

937     DIR* dirp = opendir(path);
942 if (dirp == NULL) {
951 while((dirEntry = readdir(dirp)) != NULL) {
986 closedir(dirp);