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
glob-wrappers.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * octave_create_glob_info_struct (void)
 
void octave_destroy_glob_info_struct (void *glob_info)
 
int octave_fnm_noescape_wrapper (void)
 
int octave_fnm_nomatch_wrapper (void)
 
int octave_fnm_pathname_wrapper (void)
 
int octave_fnm_period_wrapper (void)
 
int octave_fnmatch_wrapper (const char *pattern, const char *name, int flags)
 
char ** octave_glob_match_list (void *glob_info)
 
int octave_glob_nosort_wrapper (void)
 
int octave_glob_num_matches (void *glob_info)
 
int octave_glob_wrapper (const char *pattern, int flags, void *glob_info)
 
void octave_globfree_wrapper (void *glob_info)
 

Function Documentation

void* octave_create_glob_info_struct ( void  )

Definition at line 40 of file glob-wrappers.c.

References malloc().

Referenced by octave::sys::glob(), and octave::sys::windows_glob().

void octave_destroy_glob_info_struct ( void *  glob_info)

Definition at line 47 of file glob-wrappers.c.

References free().

Referenced by octave::sys::glob(), and octave::sys::windows_glob().

int octave_fnm_noescape_wrapper ( void  )

Definition at line 101 of file glob-wrappers.c.

Referenced by glob_match::opts_to_fnmatch_flags().

int octave_fnm_nomatch_wrapper ( void  )

Definition at line 89 of file glob-wrappers.c.

Referenced by octave::sys::fnmatch().

int octave_fnm_pathname_wrapper ( void  )

Definition at line 95 of file glob-wrappers.c.

Referenced by glob_match::opts_to_fnmatch_flags().

int octave_fnm_period_wrapper ( void  )

Definition at line 107 of file glob-wrappers.c.

Referenced by glob_match::opts_to_fnmatch_flags().

int octave_fnmatch_wrapper ( const char *  pattern,
const char *  name,
int  flags 
)

Definition at line 83 of file glob-wrappers.c.

References octave::sys::fnmatch().

Referenced by octave::sys::fnmatch().

char** octave_glob_match_list ( void *  glob_info)

Definition at line 65 of file glob-wrappers.c.

Referenced by octave::sys::glob(), and octave::sys::windows_glob().

int octave_glob_nosort_wrapper ( void  )

Definition at line 77 of file glob-wrappers.c.

Referenced by octave::sys::glob(), and octave::sys::windows_glob().

int octave_glob_num_matches ( void *  glob_info)

Definition at line 59 of file glob-wrappers.c.

Referenced by octave::sys::glob(), and octave::sys::windows_glob().

int octave_glob_wrapper ( const char *  pattern,
int  flags,
void *  glob_info 
)

Definition at line 53 of file glob-wrappers.c.

References octave::sys::glob().

Referenced by octave::sys::glob(), and octave::sys::windows_glob().

void octave_globfree_wrapper ( void *  glob_info)

Definition at line 71 of file glob-wrappers.c.

Referenced by octave::sys::glob(), and octave::sys::windows_glob().