#include <errno.h>
#include <io.h>
#include <stdlib.h>
#include <string.h>
#include <epicsExport.h>
#include <win32_dirent.h>
Go to the source code of this file.
Classes | |
struct | DIR |
Typedefs | |
typedef ptrdiff_t | handle_type |
Functions | |
epicsShareFunc DIR * | opendir (const char *name) |
epicsShareFunc int | closedir (DIR *dir) |
epicsShareFunc struct dirent * | readdir (DIR *dir) |
epicsShareFunc void | rewinddir (DIR *dir) |
typedef ptrdiff_t handle_type |
Definition at line 26 of file win32_dirent.c.
epicsShareFunc int closedir | ( | DIR * | dir | ) |
Definition at line 78 of file win32_dirent.c.
References DIR::handle, and DIR::name.
Referenced by getFileList().
epicsShareFunc DIR* opendir | ( | const char * | name | ) |
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 * | dir | ) |
Definition at line 121 of file win32_dirent.c.
References dirent::d_name, DIR::handle, DIR::info, DIR::name, and DIR::result.