#include <shareLib.h>Go to the source code of this file.
Classes | |
| struct | dirent |
Typedefs | |
| typedef struct DIR | DIR |
Functions | |
| epicsShareFunc DIR * | opendir (const char *) |
| epicsShareFunc int | closedir (DIR *) |
| epicsShareFunc struct dirent * | readdir (DIR *) |
| epicsShareFunc void | rewinddir (DIR *) |
Definition at line 22 of file win32_dirent.h.
| epicsShareFunc int closedir | ( | DIR * | ) |
Definition at line 78 of file win32_dirent.c.
References DIR::handle, and DIR::name.
Referenced by getFileList().
| epicsShareFunc DIR* opendir | ( | const char * | ) |
Definition at line 36 of file win32_dirent.c.
References dirent::d_name, DIR::handle, DIR::info, DIR::name, and DIR::result.
Referenced by getFileList().
Definition at line 101 of file win32_dirent.c.
References dirent::d_name, DIR::handle, DIR::info, and DIR::result.
Referenced by getFileList().
| epicsShareFunc void rewinddir | ( | DIR * | ) |
Definition at line 121 of file win32_dirent.c.
References dirent::d_name, DIR::handle, DIR::info, DIR::name, and DIR::result.
1.8.5