VSF Documented
Data Fields
glob_t Struct Reference

#include <glob.h>

Data Fields

size_t gl_pathc
 
char ** gl_pathv
 
size_t gl_offs
 
int gl_flags
 
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 *)
 

Field Documentation

◆ gl_pathc

size_t glob_t::gl_pathc

◆ gl_pathv

char** glob_t::gl_pathv

◆ gl_offs

size_t glob_t::gl_offs

◆ gl_flags

int glob_t::gl_flags

◆ gl_closedir

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

◆ gl_readdir

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

◆ gl_opendir

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

◆ gl_lstat

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

◆ gl_stat

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