ISIS Logo
UTILITIES
EPICS Utilities
Classes | Typedefs | Functions
win32_dirent.c File Reference
#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 DIRopendir (const char *name)
 
epicsShareFunc int closedir (DIR *dir)
 
epicsShareFunc struct direntreaddir (DIR *dir)
 
epicsShareFunc void rewinddir (DIR *dir)
 

Typedef Documentation

typedef ptrdiff_t handle_type

Definition at line 26 of file win32_dirent.c.

Function Documentation

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().

epicsShareFunc struct dirent* readdir ( DIR dir)

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.

Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5