#include <stdbool.h>

Go to the source code of this file.
Functions | |
| OCTAVE_API int | octave_closedir_wrapper (void *dir) |
| OCTAVE_API unsigned int | octave_name_max_wrapper (void) |
| OCTAVE_API void * | octave_opendir_wrapper (const char *dname) |
| OCTAVE_API char * | octave_readdir_wrapper (void *dir) |
| OCTAVE_API void | octave_rewinddir_wrapper (void *dir) |
| OCTAVE_API int octave_closedir_wrapper | ( | void * | dir | ) |
Definition at line 60 of file dirent-wrappers.c.
Referenced by dir_entry::close().
| OCTAVE_API unsigned int octave_name_max_wrapper | ( | void | ) |
Definition at line 83 of file dirent-wrappers.c.
References NAME_MAX.
Referenced by dir_entry::max_name_length().
| OCTAVE_API void* octave_opendir_wrapper | ( | const char * | dname | ) |
Definition at line 40 of file dirent-wrappers.c.
Referenced by dir_entry::open().
| OCTAVE_API char* octave_readdir_wrapper | ( | void * | dir | ) |
Definition at line 46 of file dirent-wrappers.c.
Referenced by dir_entry::read().
| OCTAVE_API void octave_rewinddir_wrapper | ( | void * | dir | ) |
Definition at line 54 of file dirent-wrappers.c.