Mobile API Reference  MicroStrategy 2019
glob_t Struct Reference

#include <glob.h>

Public Attributes

int gl_pathc
 
int gl_matchc
 
int gl_offs
 
int gl_flags
 
char ** gl_pathv
 
int(* gl_errfunc )(const char *, int)
 
void(* gl_closedir )(void *)
 
struct dirent *(* gl_readdir )(void *)
 
void *(* gl_opendir )(const char *)
 
int(* gl_lstat )(const char *, struct stat *)
 
int(* gl_stat )(const char *, struct stat *)
 

Member Data Documentation

◆ gl_closedir

void(* glob_t::gl_closedir) (void *)

◆ gl_errfunc

int(* glob_t::gl_errfunc) (const char *, int)

◆ gl_flags

int glob_t::gl_flags

◆ gl_lstat

int(* glob_t::gl_lstat) (const char *, struct stat *)

◆ gl_matchc

int glob_t::gl_matchc

◆ gl_offs

int glob_t::gl_offs

◆ gl_opendir

void*(* glob_t::gl_opendir) (const char *)

◆ gl_pathc

int glob_t::gl_pathc

◆ gl_pathv

char** glob_t::gl_pathv

◆ gl_readdir

struct dirent*(* glob_t::gl_readdir) (void *)

◆ gl_stat

int(* glob_t::gl_stat) (const char *, struct stat *)