Lines Matching refs:DIR
283 struct DIR {
287 typedef struct DIR DIR;
291 static DIR *opendir (const char *dirname);
294 static struct dirent *readdir (DIR *dirp);
298 DIR *dirp, struct dirent *entry, struct dirent **result);
302 static int closedir (DIR *dirp);
305 static void rewinddir (DIR* dirp);
534 * DIR structure as well as any directory entry read previously by
676 static DIR*
680 struct DIR *dirp;
688 /* Allocate memory for DIR structure */
689 dirp = (DIR*) malloc (sizeof (struct DIR));
734 DIR *dirp)
756 DIR *dirp,
845 DIR *dirp)
872 DIR* dirp)
892 DIR *dir = NULL;