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
Macros | Functions
dirent-wrappers.c File Reference
#include <dirent.h>
#include "dirent-wrappers.h"
Include dependency graph for dirent-wrappers.c:

Go to the source code of this file.

Macros

#define _POSIX_NAME_MAX   255
 
#define NAME_MAX   _POSIX_NAME_MAX
 

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)
 

Macro Definition Documentation

#define _POSIX_NAME_MAX   255

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

#define NAME_MAX   _POSIX_NAME_MAX

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

Referenced by octave_name_max_wrapper().

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.