#include <sys/types.h>Include dependency graph for ndir.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | direct |
| struct | _dircontents |
| struct | _dirdesc |
Defines | |
| #define | rewinddir(dirp) seekdir(dirp, 0L) |
| #define | MAXNAMLEN 255 |
Typedefs | |
| typedef _dirdesc | DIR |
Functions | |
| void | seekdir (DIR *, long) |
| long | telldir (DIR *) |
| DIR * | opendir (const char *) |
| void | closedir (DIR *) |
| direct * | readdir (DIR *) |
| void closedir | ( | DIR * | ) |
Referenced by checkforvaliddirectory(), directoryExist(), ContainerCollector::init(), and tfindfile::tfindfile().
| DIR* opendir | ( | const char * | ) |
Referenced by checkforvaliddirectory(), directoryExist(), ContainerCollector::init(), and tfindfile::tfindfile().
Referenced by checkforvaliddirectory(), directoryExist(), ContainerCollector::init(), and tfindfile::tfindfile().
| void seekdir | ( | DIR * | , | |
| long | ||||
| ) |
| long telldir | ( | DIR * | ) |
1.5.1