Home | History | Annotate | Download | only in mongoose

Lines Matching defs:dirp

2373   DIR *dirp;
2376 if ((dirp = opendir(dir)) == NULL) {
2381 while ((dp = readdir(dirp)) != NULL) {
2402 (void) closedir(dirp);