GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
dirent-wrappers.h File Reference
#include <stdbool.h>
Include dependency graph for dirent-wrappers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int octave_closedir_wrapper (void *dir)
 
unsigned int octave_name_max_wrapper (void)
 
void * octave_opendir_wrapper (const char *dname)
 
char * octave_readdir_wrapper (void *dir)
 
void octave_rewinddir_wrapper (void *dir)
 

Function Documentation

int octave_closedir_wrapper ( void *  dir)

Definition at line 57 of file dirent-wrappers.c.

Referenced by octave::sys::dir_entry::close().

unsigned int octave_name_max_wrapper ( void  )

Definition at line 80 of file dirent-wrappers.c.

References NAME_MAX.

Referenced by octave::sys::dir_entry::max_name_length().

void* octave_opendir_wrapper ( const char *  dname)

Definition at line 37 of file dirent-wrappers.c.

Referenced by octave::sys::dir_entry::open().

char* octave_readdir_wrapper ( void *  dir)

Definition at line 43 of file dirent-wrappers.c.

Referenced by octave::sys::dir_entry::read().

void octave_rewinddir_wrapper ( void *  dir)

Definition at line 51 of file dirent-wrappers.c.