|
Mobile API Reference
MicroStrategy 2019
|
#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 *) |
| 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 *) |