glob_t Struct Reference

#include <glob.h>

Data Fields

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 *)
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

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

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top